#871120

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

Shades of Burgundy #871120

Tints of Burgundy #871120

Color information

#871120 (or 0x871120) is unknown color: approx Burgundy. HEX triplet: 87, 11 and 20. RGB value is (135,17,32). Sum of RGB (Red+Green+Blue) = 135+17+32=184 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.37% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 135 - color contains mainly: red. Hex color #871120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871120 is #78EEDF. Grayscale: #363636. Windows color (decimal): -7925472 or 2101639. OLE color: 2101639.

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

Color convert

RGB1351732-
CMYK00.870.760.47
HSL352.37º77.63%29.8%-
HSV(B)352.37º87.41%52.94%-
XYZ10.455.661.91-
YUV53.99115.59185.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 73.37%
GREEN value IS 17 (7.03% from 255) = 9.24%
BLUE value IS 32 (12.89% from 255) = 17.39%
R=73.37%
G=9.24%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135173200.870.760.47352.3777.6329.8
Hex8711200574C2F1604e1e
Octal207214001271145754011636
Binary1000011110001100000010101111001100101111101100000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871120; }

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

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

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

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

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

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

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

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