Shades of Burgundy #81102B
Tints of Burgundy #81102B
RGB
CMYK
RGB Variations
Color information
#81102B (or 0x81102B) is known color: Burgundy. HEX triplet: 81, 10 and 2B. RGB value is (129,16,43). Sum of RGB (Red+Green+Blue) = 129+16+43=188 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.62% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 129 - color contains mainly: red. Hex color #81102B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81102B is #7EEFD4. Grayscale: #343434. Windows color (decimal): -8318933 or 2822273. OLE color: 2822273.
HSL color Cylindrical-coordinate representation of color #81102B: hue angle of 345.66º 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 #81102B is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 16 | 43 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.49 |
| HSL | 345.66º | 0.78% | 0.28% | - |
| HSV(B) | 345.66º | 0.88% | 0.51% | - |
| XYZ | 9.67 | 5.21 | 2.78 | - |
| YUV | 52.87 | 122.44 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 16 | 43 | 0 | 0.88 | 0.67 | 0.49 | 345.66 | 0.78 | 0.28 |
| Hex | 81 | 10 | 2B | 0 | 58 | 43 | 31 | 15A | 4E | 1C |
| Octal | 201 | 20 | 53 | 0 | 130 | 103 | 61 | 532 | 116 | 34 |
| Binary | 10000001 | 10000 | 101011 | 0 | 1011000 | 1000011 | 110001 | 101011010 | 1001110 | 11100 |
Color Harmonies of #81102B
Complementary color
Monochromatic Colors of #81102B
Black with #81102B
Text Example
Text Example
White with #81102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81102B; }
p { color: rgb(129,16,43); }
H1.HeaderClassName
{
color: #81102B;
}
.AnyTagClassName
{
color: #81102B;
}
</style>
background-color css
<style>
a { background-color: #81102B; }
a { background-color: rgb(129,16,43); }
div.DivClassName
{
background-color: #81102B;
}
.BgClassName
{
background-color: #81102B;
}
</style>
border-color css
<style>
span { border-color: #81102B; }
span { border-color: rgb(129,16,43); }
td.TdClassName
{
border-color: #81102B;
}
.TagClassName
{
border-color: #81102B;
}
</style>