Html Css Color HEX #870808 Dark Red

📋 copy color: '#870808'

red 135 ◦ green 8 ◦ blue 8

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

Shades of Dark Red #870808

Tints of Dark Red #870808

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.3%

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

R = 89.4%
G = 5.3%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#870808 (or 0x870808) is known color: Dark Red. HEX triplet: 87, 08 and 08. RGB value is (135,8,8). Sum of RGB (Red+Green+Blue) = 135+8+8=151 (20% of max value = 765). Red value is 135 (53.12% from 255 or 89.40% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 135 - color contains mainly: red. Hex color #870808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870808 is #78F7F7. Grayscale: #2E2E2E. Windows color (decimal): -7927800 or 526471. OLE color: 526471.

HSL color Cylindrical-coordinate representation of color #870808: hue angle of 0º 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 #870808 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 8 8 -
CMYK 0 0.94 0.94 0.47
HSL 0.89% 0.28% -
HSV(B) 0.94% 0.53% -
XYZ 10.12 5.34 0.73 -
YUV 45.97 106.58 191.5 -
System Red Green Blue C M Y K H S L
Decimal 135 8 8 0 0.94 0.94 0.47 0 0.89 0.28
Hex 87 8 8 0 5E 5E 2F 0 59 1C
Octal 207 10 10 0 136 136 57 0 131 34
Binary 10000111 1000 1000 0 1011110 1011110 101111 0 1011001 11100

Color Harmonies of #870808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870808

Black with #870808

Text Example


Text Example

White with #870808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870808; }

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

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

background-color css

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

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

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

border-color css

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

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

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