#870A01

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

Shades of Dark Red #870A01

Tints of Dark Red #870A01

Color information

#870A01 (or 0x870A01) is unknown color: approx Dark Red. HEX triplet: 87, 0A and 01. RGB value is (135,10,1). Sum of RGB (Red+Green+Blue) = 135+10+1=146 (19% of max value = 765). Red value is 135 (53.12% from 255 or 92.47% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 135 - color contains mainly: red. Hex color #870A01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870A01 is #78F5FE. Grayscale: #2E2E2E. Windows color (decimal): -7927295 or 68231. OLE color: 68231.

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

Color convert

RGB135101-
CMYK00.930.990.47
HSL4.03º98.53%26.67%-
HSV(B)4.03º99.26%52.94%-
XYZ10.115.370.53-
YUV46.35102.41191.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 92.47%
GREEN value IS 10 (4.30% from 255) = 6.85%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=92.47%
G=6.85%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510100.930.990.474.0398.5326.67
Hex87A105D632F4631b
Octal207121013514357414333
Binary1000011110101010111011100011101111100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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