Shades of Burgundy #810C33
Tints of Burgundy #810C33
RGB
CMYK
RGB Variations
Color information
#810C33 (or 0x810C33) is known color: Burgundy. HEX triplet: 81, 0C and 33. RGB value is (129,12,51). Sum of RGB (Red+Green+Blue) = 129+12+51=192 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.19% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 129 - color contains mainly: red. Hex color #810C33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810C33 is #7EF3CC. Grayscale: #333333. Windows color (decimal): -8319949 or 3345537. OLE color: 3345537.
HSL color Cylindrical-coordinate representation of color #810C33: hue angle of 340º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810C33 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 12 | 51 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.49 |
| HSL | 340º | 0.83% | 0.28% | - |
| HSV(B) | 340º | 0.91% | 0.51% | - |
| XYZ | 9.78 | 5.17 | 3.61 | - |
| YUV | 51.43 | 127.76 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 51 | 0 | 0.91 | 0.60 | 0.49 | 340 | 0.83 | 0.28 |
| Hex | 81 | C | 33 | 0 | 5B | 3C | 31 | 154 | 53 | 1C |
| Octal | 201 | 14 | 63 | 0 | 133 | 74 | 61 | 524 | 123 | 34 |
| Binary | 10000001 | 1100 | 110011 | 0 | 1011011 | 111100 | 110001 | 101010100 | 1010011 | 11100 |
Color Harmonies of #810C33
Complementary color
Monochromatic Colors of #810C33
Black with #810C33
Text Example
Text Example
White with #810C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810C33; }
p { color: rgb(129,12,51); }
H1.HeaderClassName
{
color: #810C33;
}
.AnyTagClassName
{
color: #810C33;
}
</style>
background-color css
<style>
a { background-color: #810C33; }
a { background-color: rgb(129,12,51); }
div.DivClassName
{
background-color: #810C33;
}
.BgClassName
{
background-color: #810C33;
}
</style>
border-color css
<style>
span { border-color: #810C33; }
span { border-color: rgb(129,12,51); }
td.TdClassName
{
border-color: #810C33;
}
.TagClassName
{
border-color: #810C33;
}
</style>