#870E17

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

Shades of Carmine #870E17

Tints of Carmine #870E17

Color information

#870E17 (or 0x870E17) is unknown color: approx Carmine. HEX triplet: 87, 0E and 17. RGB value is (135,14,23). Sum of RGB (Red+Green+Blue) = 135+14+23=172 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.49% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 135 - color contains mainly: red. Hex color #870E17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870E17 is #78F1E8. Grayscale: #333333. Windows color (decimal): -7926249 or 1511047. OLE color: 1511047.

HSL color Cylindrical-coordinate representation of color #870E17: hue angle of 355.54º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E17 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB1351423-
CMYK00.900.830.47
HSL355.54º81.21%29.22%-
HSV(B)355.54º89.63%52.94%-
XYZ10.35.531.33-
YUV51.2112.09187.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 78.49%
GREEN value IS 14 (5.86% from 255) = 8.14%
BLUE value IS 23 (9.38% from 255) = 13.37%
R=78.49%
G=8.14%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135142300.900.830.47355.5481.2129.22
Hex87E1705A532F164511d
Octal207162701321235754412135
Binary10000111111010111010110101010011101111101100100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870E17; }

 p { color: rgb(135,14,23); }

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

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

 a { background-color: rgb(135,14,23); }

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

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

 span { border-color: rgb(135,14,23); }

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