Shades of Burgundy #810A34
Tints of Burgundy #810A34
RGB
CMYK
RGB Variations
Color information
#810A34 (or 0x810A34) is known color: Burgundy. HEX triplet: 81, 0A and 34. RGB value is (129,10,52). Sum of RGB (Red+Green+Blue) = 129+10+52=191 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.54% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 129 - color contains mainly: red. Hex color #810A34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810A34 is #7EF5CB. Grayscale: #323232. Windows color (decimal): -8320460 or 3410561. OLE color: 3410561.
HSL color Cylindrical-coordinate representation of color #810A34: hue angle of 338.82º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #810A34 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 10 | 52 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.49 |
| HSL | 338.82º | 0.86% | 0.27% | - |
| HSV(B) | 338.82º | 0.92% | 0.51% | - |
| XYZ | 9.78 | 5.13 | 3.72 | - |
| YUV | 50.37 | 128.92 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 10 | 52 | 0 | 0.92 | 0.60 | 0.49 | 338.82 | 0.86 | 0.27 |
| Hex | 81 | A | 34 | 0 | 5C | 3C | 31 | 153 | 56 | 1B |
| Octal | 201 | 12 | 64 | 0 | 134 | 74 | 61 | 523 | 126 | 33 |
| Binary | 10000001 | 1010 | 110100 | 0 | 1011100 | 111100 | 110001 | 101010011 | 1010110 | 11011 |
Color Harmonies of #810A34
Complementary color
Monochromatic Colors of #810A34
Black with #810A34
Text Example
Text Example
White with #810A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810A34; }
p { color: rgb(129,10,52); }
H1.HeaderClassName
{
color: #810A34;
}
.AnyTagClassName
{
color: #810A34;
}
</style>
background-color css
<style>
a { background-color: #810A34; }
a { background-color: rgb(129,10,52); }
div.DivClassName
{
background-color: #810A34;
}
.BgClassName
{
background-color: #810A34;
}
</style>
border-color css
<style>
span { border-color: #810A34; }
span { border-color: rgb(129,10,52); }
td.TdClassName
{
border-color: #810A34;
}
.TagClassName
{
border-color: #810A34;
}
</style>