Html Css Color HEX #870C08 Dark Red

📋 copy color: '#870C08'

red 135 ◦ green 12 ◦ blue 8

#870C08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #870C08

Tints of Dark Red #870C08

RGB

 RED value IS 135 (53.13% from 255) = 87.1%

 GREEN value IS 12 (5.08% from 255) = 7.74%

 BLUE value IS 8 (3.52% from 255) = 5.16%

R = 87.1%
G = 7.74%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#870C08 (or 0x870C08) is known color: Dark Red. HEX triplet: 87, 0C and 08. RGB value is (135,12,8). Sum of RGB (Red+Green+Blue) = 135+12+8=155 (20% of max value = 765). Red value is 135 (53.12% from 255 or 87.10% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 135 - color contains mainly: red. Hex color #870C08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870C08 is #78F3F7. Grayscale: #303030. Windows color (decimal): -7926776 or 527495. OLE color: 527495.

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

Color convert

RGB 135 12 8 -
CMYK 0 0.91 0.94 0.47
HSL 1.89º 0.89% 0.28% -
HSV(B) 1.89º 0.94% 0.53% -
XYZ 10.17 5.43 0.74 -
YUV 48.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 135 12 8 0 0.91 0.94 0.47 1.89 0.89 0.28
Hex 87 C 8 0 5B 5E 2F 2 59 1C
Octal 207 14 10 0 133 136 57 2 131 34
Binary 10000111 1100 1000 0 1011011 1011110 101111 10 1011001 11100

Color Harmonies of #870C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C08

Black with #870C08

Text Example


Text Example

White with #870C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #870C08;
 }
 .AnyTagClassName
 {
   color: #870C08;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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