Html Css Color HEX #870E04 Dark Red

📋 copy color: '#870E04'

red 135 ◦ green 14 ◦ blue 4

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

Shades of Dark Red #870E04

Tints of Dark Red #870E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.61%

R = 88.24%
G = 9.15%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#870E04 (or 0x870E04) is known color: Dark Red. HEX triplet: 87, 0E and 04. RGB value is (135,14,4). Sum of RGB (Red+Green+Blue) = 135+14+4=153 (20% of max value = 765). Red value is 135 (53.12% from 255 or 88.24% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 135 - color contains mainly: red. Hex color #870E04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870E04 is #78F1FB. Grayscale: #313131. Windows color (decimal): -7926268 or 265863. OLE color: 265863.

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

Color convert

RGB 135 14 4 -
CMYK 0 0.90 0.97 0.47
HSL 4.58º 0.94% 0.27% -
HSV(B) 4.58º 0.97% 0.53% -
XYZ 10.17 5.47 0.64 -
YUV 49.04 102.59 189.31 -
System Red Green Blue C M Y K H S L
Decimal 135 14 4 0 0.90 0.97 0.47 4.58 0.94 0.27
Hex 87 E 4 0 5A 61 2F 5 5E 1B
Octal 207 16 4 0 132 141 57 5 136 33
Binary 10000111 1110 100 0 1011010 1100001 101111 101 1011110 11011

Color Harmonies of #870E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870E04

Black with #870E04

Text Example


Text Example

White with #870E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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