Shades of Burgundy #81002F
Tints of Burgundy #81002F
RGB
CMYK
RGB Variations
Color information
#81002F (or 0x81002F) is known color: Burgundy. HEX triplet: 81, 00 and 2F. RGB value is (129,0,47). Sum of RGB (Red+Green+Blue) = 129+0+47=176 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.30% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 129 - color contains mainly: red. Hex color #81002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81002F is #7EFFD0. Grayscale: #2B2B2B. Windows color (decimal): -8323025 or 3080321. OLE color: 3080321.
HSL color Cylindrical-coordinate representation of color #81002F: hue angle of 338.14º 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 #81002F is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.64 | 0.49 |
| HSL | 338.14º | 1% | 0.25% | - |
| HSV(B) | 338.14º | 1% | 0.51% | - |
| XYZ | 9.57 | 4.87 | 3.13 | - |
| YUV | 43.93 | 129.74 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 47 | 0 | 1 | 0.64 | 0.49 | 338.14 | 1 | 0.25 |
| Hex | 81 | 0 | 2F | 0 | 64 | 40 | 31 | 152 | 64 | 19 |
| Octal | 201 | 0 | 57 | 0 | 144 | 100 | 61 | 522 | 144 | 31 |
| Binary | 10000001 | 0 | 101111 | 0 | 1100100 | 1000000 | 110001 | 101010010 | 1100100 | 11001 |
Color Harmonies of #81002F
Complementary color
Monochromatic Colors of #81002F
Black with #81002F
Text Example
Text Example
White with #81002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81002F; }
p { color: rgb(129,0,47); }
H1.HeaderClassName
{
color: #81002F;
}
.AnyTagClassName
{
color: #81002F;
}
</style>
background-color css
<style>
a { background-color: #81002F; }
a { background-color: rgb(129,0,47); }
div.DivClassName
{
background-color: #81002F;
}
.BgClassName
{
background-color: #81002F;
}
</style>
border-color css
<style>
span { border-color: #81002F; }
span { border-color: rgb(129,0,47); }
td.TdClassName
{
border-color: #81002F;
}
.TagClassName
{
border-color: #81002F;
}
</style>