Html Css Color HEX #870A0A Dark Red

📋 copy color: '#870A0A'

red 135 ◦ green 10 ◦ blue 10

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

Shades of Dark Red #870A0A

Tints of Dark Red #870A0A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.45%

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

R = 87.1%
G = 6.45%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#870A0A (or 0x870A0A) is known color: Dark Red. HEX triplet: 87, 0A and 0A. RGB value is (135,10,10). Sum of RGB (Red+Green+Blue) = 135+10+10=155 (20% of max value = 765). Red value is 135 (53.12% from 255 or 87.10% from 155); Green value is 10 (4.30% from 255 or 6.45% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 135 - color contains mainly: red. Hex color #870A0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870A0A is #78F5F5. Grayscale: #2F2F2F. Windows color (decimal): -7927286 or 658055. OLE color: 658055.

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

Color convert

RGB 135 10 10 -
CMYK 0 0.93 0.93 0.47
HSL 0.86% 0.28% -
HSV(B) 0.93% 0.53% -
XYZ 10.16 5.39 0.79 -
YUV 47.38 106.91 190.5 -
System Red Green Blue C M Y K H S L
Decimal 135 10 10 0 0.93 0.93 0.47 0 0.86 0.28
Hex 87 A A 0 5D 5D 2F 0 56 1C
Octal 207 12 12 0 135 135 57 0 126 34
Binary 10000111 1010 1010 0 1011101 1011101 101111 0 1010110 11100

Color Harmonies of #870A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870A0A

Black with #870A0A

Text Example


Text Example

White with #870A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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