Shades of Burgundy #81102C
Tints of Burgundy #81102C
RGB
CMYK
RGB Variations
Color information
#81102C (or 0x81102C) is known color: Burgundy. HEX triplet: 81, 10 and 2C. RGB value is (129,16,44). Sum of RGB (Red+Green+Blue) = 129+16+44=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #81102C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81102C is #7EEFD3. Grayscale: #343434. Windows color (decimal): -8318932 or 2887809. OLE color: 2887809.
HSL color Cylindrical-coordinate representation of color #81102C: hue angle of 345.13º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81102C is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 16 | 44 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.49 |
| HSL | 345.13º | 0.78% | 0.28% | - |
| HSV(B) | 345.13º | 0.88% | 0.51% | - |
| XYZ | 9.69 | 5.22 | 2.88 | - |
| YUV | 52.98 | 122.94 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 16 | 44 | 0 | 0.88 | 0.66 | 0.49 | 345.13 | 0.78 | 0.28 |
| Hex | 81 | 10 | 2C | 0 | 58 | 42 | 31 | 159 | 4E | 1C |
| Octal | 201 | 20 | 54 | 0 | 130 | 102 | 61 | 531 | 116 | 34 |
| Binary | 10000001 | 10000 | 101100 | 0 | 1011000 | 1000010 | 110001 | 101011001 | 1001110 | 11100 |
Color Harmonies of #81102C
Complementary color
Monochromatic Colors of #81102C
Black with #81102C
Text Example
Text Example
White with #81102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81102C; }
p { color: rgb(129,16,44); }
H1.HeaderClassName
{
color: #81102C;
}
.AnyTagClassName
{
color: #81102C;
}
</style>
background-color css
<style>
a { background-color: #81102C; }
a { background-color: rgb(129,16,44); }
div.DivClassName
{
background-color: #81102C;
}
.BgClassName
{
background-color: #81102C;
}
</style>
border-color css
<style>
span { border-color: #81102C; }
span { border-color: rgb(129,16,44); }
td.TdClassName
{
border-color: #81102C;
}
.TagClassName
{
border-color: #81102C;
}
</style>