Shades of Burgundy #81072C
Tints of Burgundy #81072C
RGB
CMYK
RGB Variations
Color information
#81072C (or 0x81072C) is known color: Burgundy. HEX triplet: 81, 07 and 2C. RGB value is (129,7,44). Sum of RGB (Red+Green+Blue) = 129+7+44=180 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.67% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 129 - color contains mainly: red. Hex color #81072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81072C is #7EF8D3. Grayscale: #2F2F2F. Windows color (decimal): -8321236 or 2885505. OLE color: 2885505.
HSL color Cylindrical-coordinate representation of color #81072C: hue angle of 341.8º 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 #81072C is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 7 | 44 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.49 |
| HSL | 341.8º | 0.9% | 0.27% | - |
| HSV(B) | 341.8º | 0.95% | 0.51% | - |
| XYZ | 9.58 | 5 | 2.84 | - |
| YUV | 47.7 | 125.92 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 44 | 0 | 0.95 | 0.66 | 0.49 | 341.8 | 0.9 | 0.27 |
| Hex | 81 | 7 | 2C | 0 | 5F | 42 | 31 | 156 | 5A | 1B |
| Octal | 201 | 7 | 54 | 0 | 137 | 102 | 61 | 526 | 132 | 33 |
| Binary | 10000001 | 111 | 101100 | 0 | 1011111 | 1000010 | 110001 | 101010110 | 1011010 | 11011 |
Color Harmonies of #81072C
Complementary color
Monochromatic Colors of #81072C
Black with #81072C
Text Example
Text Example
White with #81072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81072C; }
p { color: rgb(129,7,44); }
H1.HeaderClassName
{
color: #81072C;
}
.AnyTagClassName
{
color: #81072C;
}
</style>
background-color css
<style>
a { background-color: #81072C; }
a { background-color: rgb(129,7,44); }
div.DivClassName
{
background-color: #81072C;
}
.BgClassName
{
background-color: #81072C;
}
</style>
border-color css
<style>
span { border-color: #81072C; }
span { border-color: rgb(129,7,44); }
td.TdClassName
{
border-color: #81072C;
}
.TagClassName
{
border-color: #81072C;
}
</style>