Shades of Burgundy #810D33
Tints of Burgundy #810D33
RGB
CMYK
RGB Variations
Color information
#810D33 (or 0x810D33) is known color: Burgundy. HEX triplet: 81, 0D and 33. RGB value is (129,13,51). Sum of RGB (Red+Green+Blue) = 129+13+51=193 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.84% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 129 - color contains mainly: red. Hex color #810D33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810D33 is #7EF2CC. Grayscale: #333333. Windows color (decimal): -8319693 or 3345793. OLE color: 3345793.
HSL color Cylindrical-coordinate representation of color #810D33: hue angle of 340.34º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #810D33 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 13 | 51 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.49 |
| HSL | 340.34º | 0.82% | 0.28% | - |
| HSV(B) | 340.34º | 0.9% | 0.51% | - |
| XYZ | 9.79 | 5.19 | 3.62 | - |
| YUV | 52.02 | 127.43 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 51 | 0 | 0.90 | 0.60 | 0.49 | 340.34 | 0.82 | 0.28 |
| Hex | 81 | D | 33 | 0 | 5A | 3C | 31 | 154 | 52 | 1C |
| Octal | 201 | 15 | 63 | 0 | 132 | 74 | 61 | 524 | 122 | 34 |
| Binary | 10000001 | 1101 | 110011 | 0 | 1011010 | 111100 | 110001 | 101010100 | 1010010 | 11100 |
Color Harmonies of #810D33
Complementary color
Monochromatic Colors of #810D33
Black with #810D33
Text Example
Text Example
White with #810D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810D33; }
p { color: rgb(129,13,51); }
H1.HeaderClassName
{
color: #810D33;
}
.AnyTagClassName
{
color: #810D33;
}
</style>
background-color css
<style>
a { background-color: #810D33; }
a { background-color: rgb(129,13,51); }
div.DivClassName
{
background-color: #810D33;
}
.BgClassName
{
background-color: #810D33;
}
</style>
border-color css
<style>
span { border-color: #810D33; }
span { border-color: rgb(129,13,51); }
td.TdClassName
{
border-color: #810D33;
}
.TagClassName
{
border-color: #810D33;
}
</style>