Shades of Burgundy #810C29
Tints of Burgundy #810C29
RGB
CMYK
RGB Variations
Color information
#810C29 (or 0x810C29) is known color: Burgundy. HEX triplet: 81, 0C and 29. RGB value is (129,12,41). Sum of RGB (Red+Green+Blue) = 129+12+41=182 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.88% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 129 - color contains mainly: red. Hex color #810C29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810C29 is #7EF3D6. Grayscale: #323232. Windows color (decimal): -8319959 or 2690177. OLE color: 2690177.
HSL color Cylindrical-coordinate representation of color #810C29: hue angle of 345.13º 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 #810C29 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 12 | 41 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.49 |
| HSL | 345.13º | 0.83% | 0.28% | - |
| HSV(B) | 345.13º | 0.91% | 0.51% | - |
| XYZ | 9.58 | 5.09 | 2.58 | - |
| YUV | 50.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 41 | 0 | 0.91 | 0.68 | 0.49 | 345.13 | 0.83 | 0.28 |
| Hex | 81 | C | 29 | 0 | 5B | 44 | 31 | 159 | 53 | 1C |
| Octal | 201 | 14 | 51 | 0 | 133 | 104 | 61 | 531 | 123 | 34 |
| Binary | 10000001 | 1100 | 101001 | 0 | 1011011 | 1000100 | 110001 | 101011001 | 1010011 | 11100 |
Color Harmonies of #810C29
Complementary color
Monochromatic Colors of #810C29
Black with #810C29
Text Example
Text Example
White with #810C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810C29; }
p { color: rgb(129,12,41); }
H1.HeaderClassName
{
color: #810C29;
}
.AnyTagClassName
{
color: #810C29;
}
</style>
background-color css
<style>
a { background-color: #810C29; }
a { background-color: rgb(129,12,41); }
div.DivClassName
{
background-color: #810C29;
}
.BgClassName
{
background-color: #810C29;
}
</style>
border-color css
<style>
span { border-color: #810C29; }
span { border-color: rgb(129,12,41); }
td.TdClassName
{
border-color: #810C29;
}
.TagClassName
{
border-color: #810C29;
}
</style>