Shades of Burgundy #810011
Tints of Burgundy #810011
RGB
CMYK
RGB Variations
Color information
#810011 (or 0x810011) is known color: Burgundy. HEX triplet: 81, 00 and 11. RGB value is (129,0,17). Sum of RGB (Red+Green+Blue) = 129+0+17=146 (19% of max value = 765). Red value is 129 (50.78% from 255 or 88.36% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 129 - color contains mainly: red. Hex color #810011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810011 is #7EFFEE. Grayscale: #282828. Windows color (decimal): -8323055 or 1114241. OLE color: 1114241.
HSL color Cylindrical-coordinate representation of color #810011: hue angle of 352.09º 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 #810011 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.87 | 0.49 |
| HSL | 352.09º | 1% | 0.25% | - |
| HSV(B) | 352.09º | 1% | 0.51% | - |
| XYZ | 9.15 | 4.71 | 0.96 | - |
| YUV | 40.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 17 | 0 | 1 | 0.87 | 0.49 | 352.09 | 1 | 0.25 |
| Hex | 81 | 0 | 11 | 0 | 64 | 57 | 31 | 160 | 64 | 19 |
| Octal | 201 | 0 | 21 | 0 | 144 | 127 | 61 | 540 | 144 | 31 |
| Binary | 10000001 | 0 | 10001 | 0 | 1100100 | 1010111 | 110001 | 101100000 | 1100100 | 11001 |
Color Harmonies of #810011
Complementary color
Monochromatic Colors of #810011
Black with #810011
Text Example
Text Example
White with #810011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810011; }
p { color: rgb(129,0,17); }
H1.HeaderClassName
{
color: #810011;
}
.AnyTagClassName
{
color: #810011;
}
</style>
background-color css
<style>
a { background-color: #810011; }
a { background-color: rgb(129,0,17); }
div.DivClassName
{
background-color: #810011;
}
.BgClassName
{
background-color: #810011;
}
</style>
border-color css
<style>
span { border-color: #810011; }
span { border-color: rgb(129,0,17); }
td.TdClassName
{
border-color: #810011;
}
.TagClassName
{
border-color: #810011;
}
</style>