Html Css Color HEX #870905 Dark Red

📋 copy color: '#870905'

red 135 ◦ green 9 ◦ blue 5

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

Shades of Dark Red #870905

Tints of Dark Red #870905

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.04%

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

R = 90.6%
G = 6.04%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#870905 (or 0x870905) is known color: Dark Red. HEX triplet: 87, 09 and 05. RGB value is (135,9,5). Sum of RGB (Red+Green+Blue) = 135+9+5=149 (19% of max value = 765). Red value is 135 (53.12% from 255 or 90.60% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 135 - color contains mainly: red. Hex color #870905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870905 is #78F6FA. Grayscale: #2E2E2E. Windows color (decimal): -7927547 or 330119. OLE color: 330119.

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

Color convert

RGB 135 9 5 -
CMYK 0 0.93 0.96 0.47
HSL 1.85º 0.93% 0.27% -
HSV(B) 1.85º 0.96% 0.53% -
XYZ 10.12 5.36 0.64 -
YUV 46.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 135 9 5 0 0.93 0.96 0.47 1.85 0.93 0.27
Hex 87 9 5 0 5D 60 2F 2 5D 1B
Octal 207 11 5 0 135 140 57 2 135 33
Binary 10000111 1001 101 0 1011101 1100000 101111 10 1011101 11011

Color Harmonies of #870905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870905

Black with #870905

Text Example


Text Example

White with #870905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870905; }

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

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

background-color css

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

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

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

border-color css

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

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

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