Shades of Burgundy #81072B
Tints of Burgundy #81072B
RGB
CMYK
RGB Variations
Color information
#81072B (or 0x81072B) is known color: Burgundy. HEX triplet: 81, 07 and 2B. RGB value is (129,7,43). Sum of RGB (Red+Green+Blue) = 129+7+43=179 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.07% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 129 - color contains mainly: red. Hex color #81072B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81072B is #7EF8D4. Grayscale: #2F2F2F. Windows color (decimal): -8321237 or 2819969. OLE color: 2819969.
HSL color Cylindrical-coordinate representation of color #81072B: hue angle of 342.3º 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 #81072B is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 7 | 43 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.49 |
| HSL | 342.3º | 0.9% | 0.27% | - |
| HSV(B) | 342.3º | 0.95% | 0.51% | - |
| XYZ | 9.57 | 4.99 | 2.75 | - |
| YUV | 47.58 | 125.42 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 43 | 0 | 0.95 | 0.67 | 0.49 | 342.3 | 0.9 | 0.27 |
| Hex | 81 | 7 | 2B | 0 | 5F | 43 | 31 | 156 | 5A | 1B |
| Octal | 201 | 7 | 53 | 0 | 137 | 103 | 61 | 526 | 132 | 33 |
| Binary | 10000001 | 111 | 101011 | 0 | 1011111 | 1000011 | 110001 | 101010110 | 1011010 | 11011 |
Color Harmonies of #81072B
Complementary color
Monochromatic Colors of #81072B
Black with #81072B
Text Example
Text Example
White with #81072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81072B; }
p { color: rgb(129,7,43); }
H1.HeaderClassName
{
color: #81072B;
}
.AnyTagClassName
{
color: #81072B;
}
</style>
background-color css
<style>
a { background-color: #81072B; }
a { background-color: rgb(129,7,43); }
div.DivClassName
{
background-color: #81072B;
}
.BgClassName
{
background-color: #81072B;
}
</style>
border-color css
<style>
span { border-color: #81072B; }
span { border-color: rgb(129,7,43); }
td.TdClassName
{
border-color: #81072B;
}
.TagClassName
{
border-color: #81072B;
}
</style>