Shades of Burgundy #81072A
Tints of Burgundy #81072A
RGB
CMYK
RGB Variations
Color information
#81072A (or 0x81072A) is known color: Burgundy. HEX triplet: 81, 07 and 2A. RGB value is (129,7,42). Sum of RGB (Red+Green+Blue) = 129+7+42=178 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.47% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 129 - color contains mainly: red. Hex color #81072A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81072A is #7EF8D5. Grayscale: #2F2F2F. Windows color (decimal): -8321238 or 2754433. OLE color: 2754433.
HSL color Cylindrical-coordinate representation of color #81072A: hue angle of 342.79º 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 #81072A is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 7 | 42 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.49 |
| HSL | 342.79º | 0.9% | 0.27% | - |
| HSV(B) | 342.79º | 0.95% | 0.51% | - |
| XYZ | 9.55 | 4.99 | 2.65 | - |
| YUV | 47.47 | 124.92 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 42 | 0 | 0.95 | 0.67 | 0.49 | 342.79 | 0.9 | 0.27 |
| Hex | 81 | 7 | 2A | 0 | 5F | 43 | 31 | 157 | 5A | 1B |
| Octal | 201 | 7 | 52 | 0 | 137 | 103 | 61 | 527 | 132 | 33 |
| Binary | 10000001 | 111 | 101010 | 0 | 1011111 | 1000011 | 110001 | 101010111 | 1011010 | 11011 |
Color Harmonies of #81072A
Complementary color
Monochromatic Colors of #81072A
Black with #81072A
Text Example
Text Example
White with #81072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81072A; }
p { color: rgb(129,7,42); }
H1.HeaderClassName
{
color: #81072A;
}
.AnyTagClassName
{
color: #81072A;
}
</style>
background-color css
<style>
a { background-color: #81072A; }
a { background-color: rgb(129,7,42); }
div.DivClassName
{
background-color: #81072A;
}
.BgClassName
{
background-color: #81072A;
}
</style>
border-color css
<style>
span { border-color: #81072A; }
span { border-color: rgb(129,7,42); }
td.TdClassName
{
border-color: #81072A;
}
.TagClassName
{
border-color: #81072A;
}
</style>