#871305

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

Shades of Dark Red #871305

Tints of Dark Red #871305

Color information

#871305 (or 0x871305) is unknown color: approx Dark Red. HEX triplet: 87, 13 and 05. RGB value is (135,19,5). Sum of RGB (Red+Green+Blue) = 135+19+5=159 (21% of max value = 765). Red value is 135 (53.12% from 255 or 84.91% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 135 - color contains mainly: red. Hex color #871305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871305 is #78ECFA. Grayscale: #343434. Windows color (decimal): -7924987 or 332679. OLE color: 332679.

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

Color convert

RGB135195-
CMYK00.860.960.47
HSL6.46º92.86%27.45%-
HSV(B)6.46º96.3%52.94%-
XYZ10.255.630.69-
YUV52.09101.43187.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 84.91%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 5 (2.34% from 255) = 3.14%
R=84.91%
G=11.95%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13519500.860.960.476.4692.8627.45
Hex87135056602F65d1b
Octal207235012614057613533
Binary1000011110011101010101101100000101111110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871305; }

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

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

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

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

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

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

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

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