#871420

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

Shades of Burgundy #871420

Tints of Burgundy #871420

Color information

#871420 (or 0x871420) is unknown color: approx Burgundy. HEX triplet: 87, 14 and 20. RGB value is (135,20,32). Sum of RGB (Red+Green+Blue) = 135+20+32=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #871420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871420 is #78EBDF. Grayscale: #373737. Windows color (decimal): -7924704 or 2102407. OLE color: 2102407.

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

Color convert

RGB1352032-
CMYK00.850.760.47
HSL353.74º74.19%30.39%-
HSV(B)353.74º85.19%52.94%-
XYZ10.55.761.92-
YUV55.75114.6184.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.19%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 32 (12.89% from 255) = 17.11%
R=72.19%
G=10.70%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135203200.850.760.47353.7474.1930.39
Hex8714200554C2F1624a1e
Octal207244001251145754211236
Binary1000011110100100000010101011001100101111101100010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871420; }

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

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

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

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

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

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

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

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