Shades of Burgundy #81001B
Tints of Burgundy #81001B
RGB
CMYK
RGB Variations
Color information
#81001B (or 0x81001B) is known color: Burgundy. HEX triplet: 81, 00 and 1B. RGB value is (129,0,27). Sum of RGB (Red+Green+Blue) = 129+0+27=156 (20% of max value = 765). Red value is 129 (50.78% from 255 or 82.69% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 129 - color contains mainly: red. Hex color #81001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81001B is #7EFFE4. Grayscale: #292929. Windows color (decimal): -8323045 or 1769601. OLE color: 1769601.
HSL color Cylindrical-coordinate representation of color #81001B: hue angle of 347.44º 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 #81001B is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.79 | 0.49 |
| HSL | 347.44º | 1% | 0.25% | - |
| HSV(B) | 347.44º | 1% | 0.51% | - |
| XYZ | 9.25 | 4.75 | 1.47 | - |
| YUV | 41.65 | 119.74 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 27 | 0 | 1 | 0.79 | 0.49 | 347.44 | 1 | 0.25 |
| Hex | 81 | 0 | 1B | 0 | 64 | 4F | 31 | 15B | 64 | 19 |
| Octal | 201 | 0 | 33 | 0 | 144 | 117 | 61 | 533 | 144 | 31 |
| Binary | 10000001 | 0 | 11011 | 0 | 1100100 | 1001111 | 110001 | 101011011 | 1100100 | 11001 |
Color Harmonies of #81001B
Complementary color
Monochromatic Colors of #81001B
Black with #81001B
Text Example
Text Example
White with #81001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81001B; }
p { color: rgb(129,0,27); }
H1.HeaderClassName
{
color: #81001B;
}
.AnyTagClassName
{
color: #81001B;
}
</style>
background-color css
<style>
a { background-color: #81001B; }
a { background-color: rgb(129,0,27); }
div.DivClassName
{
background-color: #81001B;
}
.BgClassName
{
background-color: #81001B;
}
</style>
border-color css
<style>
span { border-color: #81001B; }
span { border-color: rgb(129,0,27); }
td.TdClassName
{
border-color: #81001B;
}
.TagClassName
{
border-color: #81001B;
}
</style>