Shades of Burgundy #810C25
Tints of Burgundy #810C25
RGB
CMYK
RGB Variations
Color information
#810C25 (or 0x810C25) is known color: Burgundy. HEX triplet: 81, 0C and 25. RGB value is (129,12,37). Sum of RGB (Red+Green+Blue) = 129+12+37=178 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.47% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 129 - color contains mainly: red. Hex color #810C25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810C25 is #7EF3DA. Grayscale: #313131. Windows color (decimal): -8319963 or 2428033. OLE color: 2428033.
HSL color Cylindrical-coordinate representation of color #810C25: hue angle of 347.18º 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 #810C25 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 12 | 37 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.49 |
| HSL | 347.18º | 0.83% | 0.28% | - |
| HSV(B) | 347.18º | 0.91% | 0.51% | - |
| XYZ | 9.52 | 5.06 | 2.23 | - |
| YUV | 49.83 | 120.76 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 37 | 0 | 0.91 | 0.71 | 0.49 | 347.18 | 0.83 | 0.28 |
| Hex | 81 | C | 25 | 0 | 5B | 47 | 31 | 15B | 53 | 1C |
| Octal | 201 | 14 | 45 | 0 | 133 | 107 | 61 | 533 | 123 | 34 |
| Binary | 10000001 | 1100 | 100101 | 0 | 1011011 | 1000111 | 110001 | 101011011 | 1010011 | 11100 |
Color Harmonies of #810C25
Complementary color
Monochromatic Colors of #810C25
Black with #810C25
Text Example
Text Example
White with #810C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810C25; }
p { color: rgb(129,12,37); }
H1.HeaderClassName
{
color: #810C25;
}
.AnyTagClassName
{
color: #810C25;
}
</style>
background-color css
<style>
a { background-color: #810C25; }
a { background-color: rgb(129,12,37); }
div.DivClassName
{
background-color: #810C25;
}
.BgClassName
{
background-color: #810C25;
}
</style>
border-color css
<style>
span { border-color: #810C25; }
span { border-color: rgb(129,12,37); }
td.TdClassName
{
border-color: #810C25;
}
.TagClassName
{
border-color: #810C25;
}
</style>