Shades of Burgundy #810A2B
Tints of Burgundy #810A2B
RGB
CMYK
RGB Variations
Color information
#810A2B (or 0x810A2B) is known color: Burgundy. HEX triplet: 81, 0A and 2B. RGB value is (129,10,43). Sum of RGB (Red+Green+Blue) = 129+10+43=182 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.88% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 129 - color contains mainly: red. Hex color #810A2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810A2B is #7EF5D4. Grayscale: #313131. Windows color (decimal): -8320469 or 2820737. OLE color: 2820737.
HSL color Cylindrical-coordinate representation of color #810A2B: hue angle of 343.36º 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 #810A2B is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 10 | 43 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.49 |
| HSL | 343.36º | 0.86% | 0.27% | - |
| HSV(B) | 343.36º | 0.92% | 0.51% | - |
| XYZ | 9.6 | 5.06 | 2.76 | - |
| YUV | 49.34 | 124.42 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 10 | 43 | 0 | 0.92 | 0.67 | 0.49 | 343.36 | 0.86 | 0.27 |
| Hex | 81 | A | 2B | 0 | 5C | 43 | 31 | 157 | 56 | 1B |
| Octal | 201 | 12 | 53 | 0 | 134 | 103 | 61 | 527 | 126 | 33 |
| Binary | 10000001 | 1010 | 101011 | 0 | 1011100 | 1000011 | 110001 | 101010111 | 1010110 | 11011 |
Color Harmonies of #810A2B
Complementary color
Monochromatic Colors of #810A2B
Black with #810A2B
Text Example
Text Example
White with #810A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810A2B; }
p { color: rgb(129,10,43); }
H1.HeaderClassName
{
color: #810A2B;
}
.AnyTagClassName
{
color: #810A2B;
}
</style>
background-color css
<style>
a { background-color: #810A2B; }
a { background-color: rgb(129,10,43); }
div.DivClassName
{
background-color: #810A2B;
}
.BgClassName
{
background-color: #810A2B;
}
</style>
border-color css
<style>
span { border-color: #810A2B; }
span { border-color: rgb(129,10,43); }
td.TdClassName
{
border-color: #810A2B;
}
.TagClassName
{
border-color: #810A2B;
}
</style>