#871020

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

Shades of Burgundy #871020

Tints of Burgundy #871020

Color information

#871020 (or 0x871020) is unknown color: approx Burgundy. HEX triplet: 87, 10 and 20. RGB value is (135,16,32). Sum of RGB (Red+Green+Blue) = 135+16+32=183 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.77% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 135 - color contains mainly: red. Hex color #871020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871020 is #78EFDF. Grayscale: #353535. Windows color (decimal): -7925728 or 2101383. OLE color: 2101383.

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

Color convert

RGB1351632-
CMYK00.880.760.47
HSL351.93º78.81%29.61%-
HSV(B)351.93º88.15%52.94%-
XYZ10.445.631.9-
YUV53.4115.92186.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 73.77%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=73.77%
G=8.74%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135163200.880.760.47351.9378.8129.61
Hex8710200584C2F1604f1e
Octal207204001301145754011736
Binary1000011110000100000010110001001100101111101100000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871020; }

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

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

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

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

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

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

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

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