#870C05

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

Shades of Dark Red #870C05

Tints of Dark Red #870C05

Color information

#870C05 (or 0x870C05) is unknown color: approx Dark Red. HEX triplet: 87, 0C and 05. RGB value is (135,12,5). Sum of RGB (Red+Green+Blue) = 135+12+5=152 (20% of max value = 765). Red value is 135 (53.12% from 255 or 88.82% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 135 - color contains mainly: red. Hex color #870C05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870C05 is #78F3FA. Grayscale: #303030. Windows color (decimal): -7926779 or 330887. OLE color: 330887.

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

Color convert

RGB135125-
CMYK00.910.960.47
HSL3.23º92.86%27.45%-
HSV(B)3.23º96.3%52.94%-
XYZ10.155.420.66-
YUV47.98103.75190.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 88.82%
GREEN value IS 12 (5.08% from 255) = 7.89%
BLUE value IS 5 (2.34% from 255) = 3.29%
R=88.82%
G=7.89%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512500.910.960.473.2392.8627.45
Hex87C505B602F35d1b
Octal207145013314057313533
Binary10000111110010101011011110000010111111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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