Shades of Burgundy #81072F
Tints of Burgundy #81072F
RGB
CMYK
RGB Variations
Color information
#81072F (or 0x81072F) is known color: Burgundy. HEX triplet: 81, 07 and 2F. RGB value is (129,7,47). Sum of RGB (Red+Green+Blue) = 129+7+47=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #81072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81072F is #7EF8D0. Grayscale: #303030. Windows color (decimal): -8321233 or 3082113. OLE color: 3082113.
HSL color Cylindrical-coordinate representation of color #81072F: hue angle of 340.33º 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 #81072F is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 7 | 47 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.49 |
| HSL | 340.33º | 0.9% | 0.27% | - |
| HSV(B) | 340.33º | 0.95% | 0.51% | - |
| XYZ | 9.64 | 5.02 | 3.15 | - |
| YUV | 48.04 | 127.42 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 47 | 0 | 0.95 | 0.64 | 0.49 | 340.33 | 0.9 | 0.27 |
| Hex | 81 | 7 | 2F | 0 | 5F | 40 | 31 | 154 | 5A | 1B |
| Octal | 201 | 7 | 57 | 0 | 137 | 100 | 61 | 524 | 132 | 33 |
| Binary | 10000001 | 111 | 101111 | 0 | 1011111 | 1000000 | 110001 | 101010100 | 1011010 | 11011 |
Color Harmonies of #81072F
Complementary color
Monochromatic Colors of #81072F
Black with #81072F
Text Example
Text Example
White with #81072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81072F; }
p { color: rgb(129,7,47); }
H1.HeaderClassName
{
color: #81072F;
}
.AnyTagClassName
{
color: #81072F;
}
</style>
background-color css
<style>
a { background-color: #81072F; }
a { background-color: rgb(129,7,47); }
div.DivClassName
{
background-color: #81072F;
}
.BgClassName
{
background-color: #81072F;
}
</style>
border-color css
<style>
span { border-color: #81072F; }
span { border-color: rgb(129,7,47); }
td.TdClassName
{
border-color: #81072F;
}
.TagClassName
{
border-color: #81072F;
}
</style>