#870416

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

Shades of Carmine #870416

Tints of Carmine #870416

Color information

#870416 (or 0x870416) is unknown color: approx Carmine. HEX triplet: 87, 04 and 16. RGB value is (135,4,22). Sum of RGB (Red+Green+Blue) = 135+4+22=161 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.85% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 135 - color contains mainly: red. Hex color #870416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870416 is #78FBE9. Grayscale: #2D2D2D. Windows color (decimal): -7928810 or 1442951. OLE color: 1442951.

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

Color convert

RGB135422-
CMYK00.970.840.47
HSL351.76º94.24%27.25%-
HSV(B)351.76º97.04%52.94%-
XYZ10.185.31.24-
YUV45.22114.9192.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 83.85%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 22 (8.98% from 255) = 13.66%
R=83.85%
G=2.48%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13542200.970.840.47351.7694.2427.25
Hex87416061542F1605e1b
Octal20742601411245754013633
Binary1000011110010110011000011010100101111101100000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870416; }

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

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

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

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

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

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

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

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