#871101

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

Shades of Dark Red #871101

Tints of Dark Red #871101

Color information

#871101 (or 0x871101) is unknown color: approx Dark Red. HEX triplet: 87, 11 and 01. RGB value is (135,17,1). Sum of RGB (Red+Green+Blue) = 135+17+1=153 (20% of max value = 765). Red value is 135 (53.12% from 255 or 88.24% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 135 - color contains mainly: red. Hex color #871101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871101 is #78EEFE. Grayscale: #323232. Windows color (decimal): -7925503 or 70023. OLE color: 70023.

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

Color convert

RGB135171-
CMYK00.870.990.47
HSL7.16º98.53%26.67%-
HSV(B)7.16º99.26%52.94%-
XYZ10.25.550.56-
YUV50.46100.09188.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 88.24%
GREEN value IS 17 (7.03% from 255) = 11.11%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=88.24%
G=11.11%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13517100.870.990.477.1698.5326.67
Hex87111057632F7631b
Octal207211012714357714333
Binary10000111100011010101111100011101111111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871101; }

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

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

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

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

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

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

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

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