Html Css Color HEX #870E0A Dark Red

📋 copy color: '#870E0A'

red 135 ◦ green 14 ◦ blue 10

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

Shades of Dark Red #870E0A

Tints of Dark Red #870E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.29%

R = 84.91%
G = 8.81%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#870E0A (or 0x870E0A) is known color: Dark Red. HEX triplet: 87, 0E and 0A. RGB value is (135,14,10). Sum of RGB (Red+Green+Blue) = 135+14+10=159 (21% of max value = 765). Red value is 135 (53.12% from 255 or 84.91% from 159); Green value is 14 (5.86% from 255 or 8.81% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 135 - color contains mainly: red. Hex color #870E0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870E0A is #78F1F5. Grayscale: #313131. Windows color (decimal): -7926262 or 659079. OLE color: 659079.

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

Color convert

RGB 135 14 10 -
CMYK 0 0.90 0.93 0.47
HSL 1.92º 0.86% 0.28% -
HSV(B) 1.92º 0.93% 0.53% -
XYZ 10.2 5.49 0.81 -
YUV 49.72 105.59 188.83 -
System Red Green Blue C M Y K H S L
Decimal 135 14 10 0 0.90 0.93 0.47 1.92 0.86 0.28
Hex 87 E A 0 5A 5D 2F 2 56 1C
Octal 207 16 12 0 132 135 57 2 126 34
Binary 10000111 1110 1010 0 1011010 1011101 101111 10 1010110 11100

Color Harmonies of #870E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870E0A

Black with #870E0A

Text Example


Text Example

White with #870E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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