#810020

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

Shades of Burgundy #810020

Tints of Burgundy #810020

Color information

#810020 (or 0x810020) is unknown color: approx Burgundy. HEX triplet: 81, 00 and 20. RGB value is (129,0,32). Sum of RGB (Red+Green+Blue) = 129+0+32=161 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.12% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 129 - color contains mainly: red. Hex color #810020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810020 is #7EFFDF. Grayscale: #2A2A2A. Windows color (decimal): -8323040 or 2097281. OLE color: 2097281.

HSL color Cylindrical-coordinate representation of color #810020: hue angle of 345.12º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810020 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB129032-
CMYK010.750.49
HSL345.12º100%25.29%-
HSV(B)345.12º100%50.59%-
XYZ9.314.771.8-
YUV42.22122.24189.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 80.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 32 (12.89% from 255) = 19.88%
R=80.12%
G=0%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129032010.750.49345.1210025.29
Hex810200644B311596419
Octal20104001441136153114431
Binary100000010100000011001001001011110001101011001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810020; }

 p { color: rgb(129,0,32); }

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

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

 a { background-color: rgb(129,0,32); }

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

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

 span { border-color: rgb(129,0,32); }

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