Shades of Burgundy #810C2E
Tints of Burgundy #810C2E
RGB
CMYK
RGB Variations
Color information
#810C2E (or 0x810C2E) is known color: Burgundy. HEX triplet: 81, 0C and 2E. RGB value is (129,12,46). Sum of RGB (Red+Green+Blue) = 129+12+46=187 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.98% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 129 - color contains mainly: red. Hex color #810C2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810C2E is #7EF3D1. Grayscale: #323232. Windows color (decimal): -8319954 or 3017857. OLE color: 3017857.
HSL color Cylindrical-coordinate representation of color #810C2E: hue angle of 342.56º 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 #810C2E is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 12 | 46 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.49 |
| HSL | 342.56º | 0.83% | 0.28% | - |
| HSV(B) | 342.56º | 0.91% | 0.51% | - |
| XYZ | 9.68 | 5.13 | 3.06 | - |
| YUV | 50.86 | 125.26 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 46 | 0 | 0.91 | 0.64 | 0.49 | 342.56 | 0.83 | 0.28 |
| Hex | 81 | C | 2E | 0 | 5B | 40 | 31 | 157 | 53 | 1C |
| Octal | 201 | 14 | 56 | 0 | 133 | 100 | 61 | 527 | 123 | 34 |
| Binary | 10000001 | 1100 | 101110 | 0 | 1011011 | 1000000 | 110001 | 101010111 | 1010011 | 11100 |
Color Harmonies of #810C2E
Complementary color
Monochromatic Colors of #810C2E
Black with #810C2E
Text Example
Text Example
White with #810C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810C2E; }
p { color: rgb(129,12,46); }
H1.HeaderClassName
{
color: #810C2E;
}
.AnyTagClassName
{
color: #810C2E;
}
</style>
background-color css
<style>
a { background-color: #810C2E; }
a { background-color: rgb(129,12,46); }
div.DivClassName
{
background-color: #810C2E;
}
.BgClassName
{
background-color: #810C2E;
}
</style>
border-color css
<style>
span { border-color: #810C2E; }
span { border-color: rgb(129,12,46); }
td.TdClassName
{
border-color: #810C2E;
}
.TagClassName
{
border-color: #810C2E;
}
</style>