Html Css Color HEX #870906 Dark Red

📋 copy color: '#870906'

red 135 ◦ green 9 ◦ blue 6

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

Shades of Dark Red #870906

Tints of Dark Red #870906

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6%

 BLUE value IS 6 (2.73% from 255) = 4%

R = 90%
G = 6%
B = 4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#870906 (or 0x870906) is known color: Dark Red. HEX triplet: 87, 09 and 06. RGB value is (135,9,6). Sum of RGB (Red+Green+Blue) = 135+9+6=150 (19% of max value = 765). Red value is 135 (53.12% from 255 or 90% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 135 - color contains mainly: red. Hex color #870906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870906 is #78F6F9. Grayscale: #2E2E2E. Windows color (decimal): -7927546 or 395655. OLE color: 395655.

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

Color convert

RGB 135 9 6 -
CMYK 0 0.93 0.96 0.47
HSL 1.4º 0.91% 0.28% -
HSV(B) 1.4º 0.96% 0.53% -
XYZ 10.12 5.36 0.67 -
YUV 46.33 105.24 191.24 -
System Red Green Blue C M Y K H S L
Decimal 135 9 6 0 0.93 0.96 0.47 1.4 0.91 0.28
Hex 87 9 6 0 5D 60 2F 1 5B 1C
Octal 207 11 6 0 135 140 57 1 133 34
Binary 10000111 1001 110 0 1011101 1100000 101111 1 1011011 11100

Color Harmonies of #870906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870906

Black with #870906

Text Example


Text Example

White with #870906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870906; }

 p { color: rgb(135,9,6); }

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

background-color css

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

 a { background-color: rgb(135,9,6); }

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

border-color css

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

 span { border-color: rgb(135,9,6); }

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