#97151F

Color #97151F Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #97151F

Tints of Carmine #97151F

Color information

#97151F (or 0x97151F) is unknown color: approx Carmine. HEX triplet: 97, 15 and 1F. RGB value is (151,21,31). Sum of RGB (Red+Green+Blue) = 151+21+31=203 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.38% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 151 - color contains mainly: red. Hex color #97151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97151F is #68EAE0. Grayscale: #3D3D3D. Windows color (decimal): -6875873 or 2037143. OLE color: 2037143.

HSL color Cylindrical-coordinate representation of color #97151F: hue angle of 355.38º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #97151F is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB1512131-
CMYK00.860.790.41
HSL355.38º75.58%33.73%-
HSV(B)355.38º86.09%59.22%-
XYZ13.287.211.99-
YUV61.01111.07192.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 74.38%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 31 (12.5% from 255) = 15.27%
R=74.38%
G=10.34%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151213100.860.790.41355.3875.5833.73
Hex97151F0564F291634c22
Octal227253701261175154311442
Binary1001011110101111110101011010011111010011011000111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97151F; }

 p { color: rgb(151,21,31); }

 H1.HeaderClassName
 {
   color: #97151F;
 }
 .AnyTagClassName
 {
   color: #97151F;
 }
</style>
background-color css

<style>
 a { background-color: #97151F; }

 a { background-color: rgb(151,21,31); }

 div.DivClassName
 {
   background-color: #97151F;
 }
 .BgClassName
 {
   background-color: #97151F;
 }
</style>
border-color css

<style>
 span { border-color: #97151F; }

 span { border-color: rgb(151,21,31); }

 td.TdClassName
 {
   border-color: #97151F;
 }
 .TagClassName
 {
   border-color: #97151F;
 }
</style>