#870716

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

Shades of Carmine #870716

Tints of Carmine #870716

Color information

#870716 (or 0x870716) is unknown color: approx Carmine. HEX triplet: 87, 07 and 16. RGB value is (135,7,22). Sum of RGB (Red+Green+Blue) = 135+7+22=164 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.32% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 135 - color contains mainly: red. Hex color #870716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870716 is #78F8E9. Grayscale: #2F2F2F. Windows color (decimal): -7928042 or 1443719. OLE color: 1443719.

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

Color convert

RGB135722-
CMYK00.950.840.47
HSL352.97º90.14%27.84%-
HSV(B)352.97º94.81%52.94%-
XYZ10.215.361.26-
YUV46.98113.91190.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 82.32%
GREEN value IS 7 (3.12% from 255) = 4.27%
BLUE value IS 22 (8.98% from 255) = 13.41%
R=82.32%
G=4.27%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13572200.950.840.47352.9790.1427.84
Hex8771605F542F1615a1c
Octal20772601371245754113234
Binary1000011111110110010111111010100101111101100001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870716; }

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

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

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

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

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

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

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

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