#871100

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

Shades of Dark Red #871100

Tints of Dark Red #871100

Color information

#871100 (or 0x871100) is unknown color: approx Dark Red. HEX triplet: 87, 11 and 00. RGB value is (135,17,0). Sum of RGB (Red+Green+Blue) = 135+17+0=152 (20% of max value = 765). Red value is 135 (53.12% from 255 or 88.82% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 135 - color contains mainly: red. Hex color #871100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871100 is #78EEFF. Grayscale: #323232. Windows color (decimal): -7925504 or 4487. OLE color: 4487.

HSL color Cylindrical-coordinate representation of color #871100: hue angle of 7.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #871100 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB135170-
CMYK00.8710.47
HSL7.56º100%26.47%-
HSV(B)7.56º100%52.94%-
XYZ10.195.550.53-
YUV50.3499.59188.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 88.82%
GREEN value IS 17 (7.03% from 255) = 11.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.82%
G=11.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13517000.8710.477.5610026.47
Hex87110057642F8641a
Octal2072100127144571014432
Binary100001111000100101011111001001011111000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871100; }

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

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

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

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

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

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

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

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