Shades of Burgundy #81032A
Tints of Burgundy #81032A
RGB
CMYK
RGB Variations
Color information
#81032A (or 0x81032A) is known color: Burgundy. HEX triplet: 81, 03 and 2A. RGB value is (129,3,42). Sum of RGB (Red+Green+Blue) = 129+3+42=174 (23% of max value = 765). Red value is 129 (50.78% from 255 or 74.14% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 129 - color contains mainly: red. Hex color #81032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81032A is #7EFCD5. Grayscale: #2D2D2D. Windows color (decimal): -8322262 or 2753409. OLE color: 2753409.
HSL color Cylindrical-coordinate representation of color #81032A: hue angle of 341.43º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81032A is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 3 | 42 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.49 |
| HSL | 341.43º | 0.95% | 0.26% | - |
| HSV(B) | 341.43º | 0.98% | 0.51% | - |
| XYZ | 9.5 | 4.9 | 2.64 | - |
| YUV | 45.12 | 126.24 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 42 | 0 | 0.98 | 0.67 | 0.49 | 341.43 | 0.95 | 0.26 |
| Hex | 81 | 3 | 2A | 0 | 62 | 43 | 31 | 155 | 5F | 1A |
| Octal | 201 | 3 | 52 | 0 | 142 | 103 | 61 | 525 | 137 | 32 |
| Binary | 10000001 | 11 | 101010 | 0 | 1100010 | 1000011 | 110001 | 101010101 | 1011111 | 11010 |
Color Harmonies of #81032A
Complementary color
Monochromatic Colors of #81032A
Black with #81032A
Text Example
Text Example
White with #81032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81032A; }
p { color: rgb(129,3,42); }
H1.HeaderClassName
{
color: #81032A;
}
.AnyTagClassName
{
color: #81032A;
}
</style>
background-color css
<style>
a { background-color: #81032A; }
a { background-color: rgb(129,3,42); }
div.DivClassName
{
background-color: #81032A;
}
.BgClassName
{
background-color: #81032A;
}
</style>
border-color css
<style>
span { border-color: #81032A; }
span { border-color: rgb(129,3,42); }
td.TdClassName
{
border-color: #81032A;
}
.TagClassName
{
border-color: #81032A;
}
</style>