Shades of Burgundy #810C21
Tints of Burgundy #810C21
RGB
CMYK
RGB Variations
Color information
#810C21 (or 0x810C21) is known color: Burgundy. HEX triplet: 81, 0C and 21. RGB value is (129,12,33). Sum of RGB (Red+Green+Blue) = 129+12+33=174 (23% of max value = 765). Red value is 129 (50.78% from 255 or 74.14% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 129 - color contains mainly: red. Hex color #810C21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810C21 is #7EF3DE. Grayscale: #313131. Windows color (decimal): -8319967 or 2165889. OLE color: 2165889.
HSL color Cylindrical-coordinate representation of color #810C21: hue angle of 349.23º 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 #810C21 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 12 | 33 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.49 |
| HSL | 349.23º | 0.83% | 0.28% | - |
| HSV(B) | 349.23º | 0.91% | 0.51% | - |
| XYZ | 9.46 | 5.04 | 1.91 | - |
| YUV | 49.38 | 118.76 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 33 | 0 | 0.91 | 0.74 | 0.49 | 349.23 | 0.83 | 0.28 |
| Hex | 81 | C | 21 | 0 | 5B | 4A | 31 | 15D | 53 | 1C |
| Octal | 201 | 14 | 41 | 0 | 133 | 112 | 61 | 535 | 123 | 34 |
| Binary | 10000001 | 1100 | 100001 | 0 | 1011011 | 1001010 | 110001 | 101011101 | 1010011 | 11100 |
Color Harmonies of #810C21
Complementary color
Monochromatic Colors of #810C21
Black with #810C21
Text Example
Text Example
White with #810C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810C21; }
p { color: rgb(129,12,33); }
H1.HeaderClassName
{
color: #810C21;
}
.AnyTagClassName
{
color: #810C21;
}
</style>
background-color css
<style>
a { background-color: #810C21; }
a { background-color: rgb(129,12,33); }
div.DivClassName
{
background-color: #810C21;
}
.BgClassName
{
background-color: #810C21;
}
</style>
border-color css
<style>
span { border-color: #810C21; }
span { border-color: rgb(129,12,33); }
td.TdClassName
{
border-color: #810C21;
}
.TagClassName
{
border-color: #810C21;
}
</style>