Html Css Color HEX #870E05 Dark Red

📋 copy color: '#870E05'

red 135 ◦ green 14 ◦ blue 5

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

Shades of Dark Red #870E05

Tints of Dark Red #870E05

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.09%

 BLUE value IS 5 (2.34% from 255) = 3.25%

R = 87.66%
G = 9.09%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#870E05 (or 0x870E05) is known color: Dark Red. HEX triplet: 87, 0E and 05. RGB value is (135,14,5). Sum of RGB (Red+Green+Blue) = 135+14+5=154 (20% of max value = 765). Red value is 135 (53.12% from 255 or 87.66% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 135 - color contains mainly: red. Hex color #870E05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870E05 is #78F1FA. Grayscale: #313131. Windows color (decimal): -7926267 or 331399. OLE color: 331399.

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

Color convert

RGB 135 14 5 -
CMYK 0 0.90 0.96 0.47
HSL 4.15º 0.93% 0.27% -
HSV(B) 4.15º 0.96% 0.53% -
XYZ 10.18 5.48 0.66 -
YUV 49.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 135 14 5 0 0.90 0.96 0.47 4.15 0.93 0.27
Hex 87 E 5 0 5A 60 2F 4 5D 1B
Octal 207 16 5 0 132 140 57 4 135 33
Binary 10000111 1110 101 0 1011010 1100000 101111 100 1011101 11011

Color Harmonies of #870E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870E05

Black with #870E05

Text Example


Text Example

White with #870E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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