Shades of Burgundy #811023
Tints of Burgundy #811023
RGB
CMYK
RGB Variations
Color information
#811023 (or 0x811023) is known color: Burgundy. HEX triplet: 81, 10 and 23. RGB value is (129,16,35). Sum of RGB (Red+Green+Blue) = 129+16+35=180 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.67% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 129 - color contains mainly: red. Hex color #811023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811023 is #7EEFDC. Grayscale: #333333. Windows color (decimal): -8318941 or 2297985. OLE color: 2297985.
HSL color Cylindrical-coordinate representation of color #811023: hue angle of 349.91º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811023 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 16 | 35 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.49 |
| HSL | 349.91º | 0.78% | 0.28% | - |
| HSV(B) | 349.91º | 0.88% | 0.51% | - |
| XYZ | 9.54 | 5.16 | 2.08 | - |
| YUV | 51.95 | 118.44 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 16 | 35 | 0 | 0.88 | 0.73 | 0.49 | 349.91 | 0.78 | 0.28 |
| Hex | 81 | 10 | 23 | 0 | 58 | 49 | 31 | 15E | 4E | 1C |
| Octal | 201 | 20 | 43 | 0 | 130 | 111 | 61 | 536 | 116 | 34 |
| Binary | 10000001 | 10000 | 100011 | 0 | 1011000 | 1001001 | 110001 | 101011110 | 1001110 | 11100 |
Color Harmonies of #811023
Complementary color
Monochromatic Colors of #811023
Black with #811023
Text Example
Text Example
White with #811023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811023; }
p { color: rgb(129,16,35); }
H1.HeaderClassName
{
color: #811023;
}
.AnyTagClassName
{
color: #811023;
}
</style>
background-color css
<style>
a { background-color: #811023; }
a { background-color: rgb(129,16,35); }
div.DivClassName
{
background-color: #811023;
}
.BgClassName
{
background-color: #811023;
}
</style>
border-color css
<style>
span { border-color: #811023; }
span { border-color: rgb(129,16,35); }
td.TdClassName
{
border-color: #811023;
}
.TagClassName
{
border-color: #811023;
}
</style>