#871118

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

Shades of Carmine #871118

Tints of Carmine #871118

Color information

#871118 (or 0x871118) is unknown color: approx Carmine. HEX triplet: 87, 11 and 18. RGB value is (135,17,24). Sum of RGB (Red+Green+Blue) = 135+17+24=176 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.70% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 135 - color contains mainly: red. Hex color #871118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871118 is #78EEE7. Grayscale: #353535. Windows color (decimal): -7925480 or 1577351. OLE color: 1577351.

HSL color Cylindrical-coordinate representation of color #871118: hue angle of 356.44º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871118 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB1351724-
CMYK00.870.820.47
HSL356.44º77.63%29.8%-
HSV(B)356.44º87.41%52.94%-
XYZ10.365.621.4-
YUV53.08111.59186.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 76.70%
GREEN value IS 17 (7.03% from 255) = 9.66%
BLUE value IS 24 (9.77% from 255) = 13.64%
R=76.70%
G=9.66%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135172400.870.820.47356.4477.6329.8
Hex871118057522F1644e1e
Octal207213001271225754411636
Binary100001111000111000010101111010010101111101100100100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871118; }

 p { color: rgb(135,17,24); }

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

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

 a { background-color: rgb(135,17,24); }

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

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

 span { border-color: rgb(135,17,24); }

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