Html Css Color HEX #870E00 Dark Red

📋 copy color: '#870E00'

red 135 ◦ green 14 ◦ blue 0

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

Shades of Dark Red #870E00

Tints of Dark Red #870E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.6%
G = 9.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#870E00 (or 0x870E00) is known color: Dark Red. HEX triplet: 87, 0E and 00. RGB value is (135,14,0). Sum of RGB (Red+Green+Blue) = 135+14+0=149 (19% of max value = 765). Red value is 135 (53.12% from 255 or 90.60% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 135 - color contains mainly: red. Hex color #870E00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870E00 is #78F1FF. Grayscale: #303030. Windows color (decimal): -7926272 or 3719. OLE color: 3719.

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

Color convert

RGB 135 14 0 -
CMYK 0 0.90 1 0.47
HSL 6.22º 1% 0.26% -
HSV(B) 6.22º 1% 0.53% -
XYZ 10.15 5.46 0.52 -
YUV 48.58 100.59 189.64 -
System Red Green Blue C M Y K H S L
Decimal 135 14 0 0 0.90 1 0.47 6.22 1 0.26
Hex 87 E 0 0 5A 64 2F 6 64 1A
Octal 207 16 0 0 132 144 57 6 144 32
Binary 10000111 1110 0 0 1011010 1100100 101111 110 1100100 11010

Color Harmonies of #870E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870E00

Black with #870E00

Text Example


Text Example

White with #870E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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