Shades of Burgundy #81072D
Tints of Burgundy #81072D
RGB
CMYK
RGB Variations
Color information
#81072D (or 0x81072D) is known color: Burgundy. HEX triplet: 81, 07 and 2D. RGB value is (129,7,45). Sum of RGB (Red+Green+Blue) = 129+7+45=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #81072D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81072D is #7EF8D2. Grayscale: #2F2F2F. Windows color (decimal): -8321235 or 2951041. OLE color: 2951041.
HSL color Cylindrical-coordinate representation of color #81072D: hue angle of 341.31º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81072D is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 7 | 45 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.49 |
| HSL | 341.31º | 0.9% | 0.27% | - |
| HSV(B) | 341.31º | 0.95% | 0.51% | - |
| XYZ | 9.6 | 5.01 | 2.94 | - |
| YUV | 47.81 | 126.42 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 45 | 0 | 0.95 | 0.65 | 0.49 | 341.31 | 0.9 | 0.27 |
| Hex | 81 | 7 | 2D | 0 | 5F | 41 | 31 | 155 | 5A | 1B |
| Octal | 201 | 7 | 55 | 0 | 137 | 101 | 61 | 525 | 132 | 33 |
| Binary | 10000001 | 111 | 101101 | 0 | 1011111 | 1000001 | 110001 | 101010101 | 1011010 | 11011 |
Color Harmonies of #81072D
Complementary color
Monochromatic Colors of #81072D
Black with #81072D
Text Example
Text Example
White with #81072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81072D; }
p { color: rgb(129,7,45); }
H1.HeaderClassName
{
color: #81072D;
}
.AnyTagClassName
{
color: #81072D;
}
</style>
background-color css
<style>
a { background-color: #81072D; }
a { background-color: rgb(129,7,45); }
div.DivClassName
{
background-color: #81072D;
}
.BgClassName
{
background-color: #81072D;
}
</style>
border-color css
<style>
span { border-color: #81072D; }
span { border-color: rgb(129,7,45); }
td.TdClassName
{
border-color: #81072D;
}
.TagClassName
{
border-color: #81072D;
}
</style>