#870C0B

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

Shades of Dark Red #870C0B

Tints of Dark Red #870C0B

Color information

#870C0B (or 0x870C0B) is unknown color: approx Dark Red. HEX triplet: 87, 0C and 0B. RGB value is (135,12,11). Sum of RGB (Red+Green+Blue) = 135+12+11=158 (20% of max value = 765). Red value is 135 (53.12% from 255 or 85.44% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 135 - color contains mainly: red. Hex color #870C0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870C0B is #78F3F4. Grayscale: #303030. Windows color (decimal): -7926773 or 724103. OLE color: 724103.

HSL color Cylindrical-coordinate representation of color #870C0B: hue angle of 0.48º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870C0B is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB1351211-
CMYK00.910.920.47
HSL0.48º84.93%28.63%-
HSV(B)0.48º91.85%52.94%-
XYZ10.185.440.83-
YUV48.66106.75189.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 85.44%
GREEN value IS 12 (5.08% from 255) = 7.59%
BLUE value IS 11 (4.69% from 255) = 6.96%
R=85.44%
G=7.59%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135121100.910.920.470.4884.9328.63
Hex87CB05B5C2F0551d
Octal2071413013313457012535
Binary10000111110010110101101110111001011110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,12,11); }

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

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

 a { background-color: rgb(135,12,11); }

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

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

 span { border-color: rgb(135,12,11); }

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