Shades of Burgundy #811025
Tints of Burgundy #811025
RGB
CMYK
RGB Variations
Color information
#811025 (or 0x811025) is known color: Burgundy. HEX triplet: 81, 10 and 25. RGB value is (129,16,37). Sum of RGB (Red+Green+Blue) = 129+16+37=182 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.88% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 129 - color contains mainly: red. Hex color #811025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811025 is #7EEFDA. Grayscale: #343434. Windows color (decimal): -8318939 or 2429057. OLE color: 2429057.
HSL color Cylindrical-coordinate representation of color #811025: hue angle of 348.85º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811025 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 16 | 37 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.49 |
| HSL | 348.85º | 0.78% | 0.28% | - |
| HSV(B) | 348.85º | 0.88% | 0.51% | - |
| XYZ | 9.57 | 5.17 | 2.24 | - |
| YUV | 52.18 | 119.44 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 16 | 37 | 0 | 0.88 | 0.71 | 0.49 | 348.85 | 0.78 | 0.28 |
| Hex | 81 | 10 | 25 | 0 | 58 | 47 | 31 | 15D | 4E | 1C |
| Octal | 201 | 20 | 45 | 0 | 130 | 107 | 61 | 535 | 116 | 34 |
| Binary | 10000001 | 10000 | 100101 | 0 | 1011000 | 1000111 | 110001 | 101011101 | 1001110 | 11100 |
Color Harmonies of #811025
Complementary color
Monochromatic Colors of #811025
Black with #811025
Text Example
Text Example
White with #811025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811025; }
p { color: rgb(129,16,37); }
H1.HeaderClassName
{
color: #811025;
}
.AnyTagClassName
{
color: #811025;
}
</style>
background-color css
<style>
a { background-color: #811025; }
a { background-color: rgb(129,16,37); }
div.DivClassName
{
background-color: #811025;
}
.BgClassName
{
background-color: #811025;
}
</style>
border-color css
<style>
span { border-color: #811025; }
span { border-color: rgb(129,16,37); }
td.TdClassName
{
border-color: #811025;
}
.TagClassName
{
border-color: #811025;
}
</style>