Shades of Burgundy #81071C
Tints of Burgundy #81071C
RGB
CMYK
RGB Variations
Color information
#81071C (or 0x81071C) is known color: Burgundy. HEX triplet: 81, 07 and 1C. RGB value is (129,7,28). Sum of RGB (Red+Green+Blue) = 129+7+28=164 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.66% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 129 - color contains mainly: red. Hex color #81071C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81071C is #7EF8E3. Grayscale: #2D2D2D. Windows color (decimal): -8321252 or 1836929. OLE color: 1836929.
HSL color Cylindrical-coordinate representation of color #81071C: hue angle of 349.67º 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 #81071C is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 7 | 28 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.49 |
| HSL | 349.67º | 0.9% | 0.27% | - |
| HSV(B) | 349.67º | 0.95% | 0.51% | - |
| XYZ | 9.34 | 4.9 | 1.55 | - |
| YUV | 45.87 | 117.92 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 28 | 0 | 0.95 | 0.78 | 0.49 | 349.67 | 0.9 | 0.27 |
| Hex | 81 | 7 | 1C | 0 | 5F | 4E | 31 | 15E | 5A | 1B |
| Octal | 201 | 7 | 34 | 0 | 137 | 116 | 61 | 536 | 132 | 33 |
| Binary | 10000001 | 111 | 11100 | 0 | 1011111 | 1001110 | 110001 | 101011110 | 1011010 | 11011 |
Color Harmonies of #81071C
Complementary color
Monochromatic Colors of #81071C
Black with #81071C
Text Example
Text Example
White with #81071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81071C; }
p { color: rgb(129,7,28); }
H1.HeaderClassName
{
color: #81071C;
}
.AnyTagClassName
{
color: #81071C;
}
</style>
background-color css
<style>
a { background-color: #81071C; }
a { background-color: rgb(129,7,28); }
div.DivClassName
{
background-color: #81071C;
}
.BgClassName
{
background-color: #81071C;
}
</style>
border-color css
<style>
span { border-color: #81071C; }
span { border-color: rgb(129,7,28); }
td.TdClassName
{
border-color: #81071C;
}
.TagClassName
{
border-color: #81071C;
}
</style>