#870D05

Color #870D05 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #870D05

Tints of Dark Red #870D05

Color information

#870D05 (or 0x870D05) is unknown color: approx Dark Red. HEX triplet: 87, 0D and 05. RGB value is (135,13,5). Sum of RGB (Red+Green+Blue) = 135+13+5=153 (20% of max value = 765). Red value is 135 (53.12% from 255 or 88.24% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 135 - color contains mainly: red. Hex color #870D05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870D05 is #78F2FA. Grayscale: #303030. Windows color (decimal): -7926523 or 331143. OLE color: 331143.

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

Color convert

RGB135135-
CMYK00.900.960.47
HSL3.69º92.86%27.45%-
HSV(B)3.69º96.3%52.94%-
XYZ10.165.450.66-
YUV48.57103.42189.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 88.24%
GREEN value IS 13 (5.47% from 255) = 8.50%
BLUE value IS 5 (2.34% from 255) = 3.27%
R=88.24%
G=8.50%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513500.900.960.473.6992.8627.45
Hex87D505A602F45d1b
Octal207155013214057413533
Binary100001111101101010110101100000101111100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #870D05;
 }
 .AnyTagClassName
 {
   color: #870D05;
 }
</style>
background-color css

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

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

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

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

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

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