#871503

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

Shades of Dark Red #871503

Tints of Dark Red #871503

Color information

#871503 (or 0x871503) is unknown color: approx Dark Red. HEX triplet: 87, 15 and 03. RGB value is (135,21,3). Sum of RGB (Red+Green+Blue) = 135+21+3=159 (21% of max value = 765). Red value is 135 (53.12% from 255 or 84.91% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 135 - color contains mainly: red. Hex color #871503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871503 is #78EAFC. Grayscale: #353535. Windows color (decimal): -7924477 or 202119. OLE color: 202119.

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

Color convert

RGB135213-
CMYK00.840.980.47
HSL8.18º95.65%27.06%-
HSV(B)8.18º97.78%52.94%-
XYZ10.285.690.64-
YUV53.0399.77186.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 84.91%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 3 (1.56% from 255) = 1.89%
R=84.91%
G=13.21%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13521300.840.980.478.1895.6527.06
Hex87153054622F8601b
Octal2072530124142571014033
Binary1000011110101110101010011000101011111000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871503; }

 p { color: rgb(135,21,3); }

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

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

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

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

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

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

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