Shades of Burgundy #810525
Tints of Burgundy #810525
RGB
CMYK
RGB Variations
Color information
#810525 (or 0x810525) is known color: Burgundy. HEX triplet: 81, 05 and 25. RGB value is (129,5,37). Sum of RGB (Red+Green+Blue) = 129+5+37=171 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.44% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 129 - color contains mainly: red. Hex color #810525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810525 is #7EFADA. Grayscale: #2D2D2D. Windows color (decimal): -8321755 or 2426241. OLE color: 2426241.
HSL color Cylindrical-coordinate representation of color #810525: hue angle of 344.52º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #810525 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 5 | 37 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.49 |
| HSL | 344.52º | 0.93% | 0.26% | - |
| HSV(B) | 344.52º | 0.96% | 0.51% | - |
| XYZ | 9.44 | 4.91 | 2.2 | - |
| YUV | 45.72 | 123.08 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 5 | 37 | 0 | 0.96 | 0.71 | 0.49 | 344.52 | 0.93 | 0.26 |
| Hex | 81 | 5 | 25 | 0 | 60 | 47 | 31 | 159 | 5D | 1A |
| Octal | 201 | 5 | 45 | 0 | 140 | 107 | 61 | 531 | 135 | 32 |
| Binary | 10000001 | 101 | 100101 | 0 | 1100000 | 1000111 | 110001 | 101011001 | 1011101 | 11010 |
Color Harmonies of #810525
Complementary color
Monochromatic Colors of #810525
Black with #810525
Text Example
Text Example
White with #810525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810525; }
p { color: rgb(129,5,37); }
H1.HeaderClassName
{
color: #810525;
}
.AnyTagClassName
{
color: #810525;
}
</style>
background-color css
<style>
a { background-color: #810525; }
a { background-color: rgb(129,5,37); }
div.DivClassName
{
background-color: #810525;
}
.BgClassName
{
background-color: #810525;
}
</style>
border-color css
<style>
span { border-color: #810525; }
span { border-color: rgb(129,5,37); }
td.TdClassName
{
border-color: #810525;
}
.TagClassName
{
border-color: #810525;
}
</style>