#870916

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

Shades of Carmine #870916

Tints of Carmine #870916

Color information

#870916 (or 0x870916) is unknown color: approx Carmine. HEX triplet: 87, 09 and 16. RGB value is (135,9,22). Sum of RGB (Red+Green+Blue) = 135+9+22=166 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.33% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 135 - color contains mainly: red. Hex color #870916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870916 is #78F6E9. Grayscale: #303030. Windows color (decimal): -7927530 or 1444231. OLE color: 1444231.

HSL color Cylindrical-coordinate representation of color #870916: hue angle of 353.81º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870916 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB135922-
CMYK00.930.840.47
HSL353.81º87.5%28.24%-
HSV(B)353.81º93.33%52.94%-
XYZ10.235.41.26-
YUV48.16113.24189.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 81.33%
GREEN value IS 9 (3.91% from 255) = 5.42%
BLUE value IS 22 (8.98% from 255) = 13.25%
R=81.33%
G=5.42%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13592200.930.840.47353.8187.528.24
Hex8791605D542F162581c
Octal207112601351245754213034
Binary10000111100110110010111011010100101111101100010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870916; }

 p { color: rgb(135,9,22); }

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

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

 a { background-color: rgb(135,9,22); }

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

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

 span { border-color: rgb(135,9,22); }

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