Html Css Color HEX #870802 Dark Red

📋 copy color: '#870802'

red 135 ◦ green 8 ◦ blue 2

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

Shades of Dark Red #870802

Tints of Dark Red #870802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.38%

R = 93.1%
G = 5.52%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#870802 (or 0x870802) is known color: Dark Red. HEX triplet: 87, 08 and 02. RGB value is (135,8,2). Sum of RGB (Red+Green+Blue) = 135+8+2=145 (19% of max value = 765). Red value is 135 (53.12% from 255 or 93.10% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 135 - color contains mainly: red. Hex color #870802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870802 is #78F7FD. Grayscale: #2D2D2D. Windows color (decimal): -7927806 or 133255. OLE color: 133255.

HSL color Cylindrical-coordinate representation of color #870802: hue angle of 2.71º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870802 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 8 2 -
CMYK 0 0.94 0.99 0.47
HSL 2.71º 0.97% 0.27% -
HSV(B) 2.71º 0.99% 0.53% -
XYZ 10.09 5.33 0.55 -
YUV 45.29 103.58 191.99 -
System Red Green Blue C M Y K H S L
Decimal 135 8 2 0 0.94 0.99 0.47 2.71 0.97 0.27
Hex 87 8 2 0 5E 63 2F 3 61 1B
Octal 207 10 2 0 136 143 57 3 141 33
Binary 10000111 1000 10 0 1011110 1100011 101111 11 1100001 11011

Color Harmonies of #870802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870802

Black with #870802

Text Example


Text Example

White with #870802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870802; }

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

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

background-color css

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

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

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

border-color css

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

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

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