Shades of Burgundy #810A1D
Tints of Burgundy #810A1D
RGB
CMYK
RGB Variations
Color information
#810A1D (or 0x810A1D) is known color: Burgundy. HEX triplet: 81, 0A and 1D. RGB value is (129,10,29). Sum of RGB (Red+Green+Blue) = 129+10+29=168 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.79% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 129 - color contains mainly: red. Hex color #810A1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810A1D is #7EF5E2. Grayscale: #2F2F2F. Windows color (decimal): -8320483 or 1903233. OLE color: 1903233.
HSL color Cylindrical-coordinate representation of color #810A1D: hue angle of 350.42º 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 #810A1D is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 10 | 29 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.49 |
| HSL | 350.42º | 0.86% | 0.27% | - |
| HSV(B) | 350.42º | 0.92% | 0.51% | - |
| XYZ | 9.38 | 4.97 | 1.63 | - |
| YUV | 47.75 | 117.42 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 10 | 29 | 0 | 0.92 | 0.78 | 0.49 | 350.42 | 0.86 | 0.27 |
| Hex | 81 | A | 1D | 0 | 5C | 4E | 31 | 15E | 56 | 1B |
| Octal | 201 | 12 | 35 | 0 | 134 | 116 | 61 | 536 | 126 | 33 |
| Binary | 10000001 | 1010 | 11101 | 0 | 1011100 | 1001110 | 110001 | 101011110 | 1010110 | 11011 |
Color Harmonies of #810A1D
Complementary color
Monochromatic Colors of #810A1D
Black with #810A1D
Text Example
Text Example
White with #810A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810A1D; }
p { color: rgb(129,10,29); }
H1.HeaderClassName
{
color: #810A1D;
}
.AnyTagClassName
{
color: #810A1D;
}
</style>
background-color css
<style>
a { background-color: #810A1D; }
a { background-color: rgb(129,10,29); }
div.DivClassName
{
background-color: #810A1D;
}
.BgClassName
{
background-color: #810A1D;
}
</style>
border-color css
<style>
span { border-color: #810A1D; }
span { border-color: rgb(129,10,29); }
td.TdClassName
{
border-color: #810A1D;
}
.TagClassName
{
border-color: #810A1D;
}
</style>