Shades of Burgundy #81002A
Tints of Burgundy #81002A
RGB
CMYK
RGB Variations
Color information
#81002A (or 0x81002A) is known color: Burgundy. HEX triplet: 81, 00 and 2A. RGB value is (129,0,42). Sum of RGB (Red+Green+Blue) = 129+0+42=171 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.44% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 129 - color contains mainly: red. Hex color #81002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81002A is #7EFFD5. Grayscale: #2B2B2B. Windows color (decimal): -8323030 or 2752641. OLE color: 2752641.
HSL color Cylindrical-coordinate representation of color #81002A: hue angle of 340.47º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81002A is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.67 | 0.49 |
| HSL | 340.47º | 1% | 0.25% | - |
| HSV(B) | 340.47º | 1% | 0.51% | - |
| XYZ | 9.47 | 4.83 | 2.62 | - |
| YUV | 43.36 | 127.24 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 42 | 0 | 1 | 0.67 | 0.49 | 340.47 | 1 | 0.25 |
| Hex | 81 | 0 | 2A | 0 | 64 | 43 | 31 | 154 | 64 | 19 |
| Octal | 201 | 0 | 52 | 0 | 144 | 103 | 61 | 524 | 144 | 31 |
| Binary | 10000001 | 0 | 101010 | 0 | 1100100 | 1000011 | 110001 | 101010100 | 1100100 | 11001 |
Color Harmonies of #81002A
Complementary color
Monochromatic Colors of #81002A
Black with #81002A
Text Example
Text Example
White with #81002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81002A; }
p { color: rgb(129,0,42); }
H1.HeaderClassName
{
color: #81002A;
}
.AnyTagClassName
{
color: #81002A;
}
</style>
background-color css
<style>
a { background-color: #81002A; }
a { background-color: rgb(129,0,42); }
div.DivClassName
{
background-color: #81002A;
}
.BgClassName
{
background-color: #81002A;
}
</style>
border-color css
<style>
span { border-color: #81002A; }
span { border-color: rgb(129,0,42); }
td.TdClassName
{
border-color: #81002A;
}
.TagClassName
{
border-color: #81002A;
}
</style>