Shades of Burgundy #891020
Tints of Burgundy #891020
RGB
CMYK
RGB Variations
Color information
#891020 (or 0x891020) is known color: Burgundy. HEX triplet: 89, 10 and 20. RGB value is (137,16,32). Sum of RGB (Red+Green+Blue) = 137+16+32=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #891020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891020 is #76EFDF. Grayscale: #363636. Windows color (decimal): -7794656 or 2101385. OLE color: 2101385.
HSL color Cylindrical-coordinate representation of color #891020: hue angle of 352.07º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891020 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 16 | 32 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.46 |
| HSL | 352.07º | 0.79% | 0.3% | - |
| HSV(B) | 352.07º | 0.88% | 0.54% | - |
| XYZ | 10.76 | 5.79 | 1.92 | - |
| YUV | 54 | 115.59 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 16 | 32 | 0 | 0.88 | 0.77 | 0.46 | 352.07 | 0.79 | 0.3 |
| Hex | 89 | 10 | 20 | 0 | 58 | 4D | 2E | 160 | 4F | 1E |
| Octal | 211 | 20 | 40 | 0 | 130 | 115 | 56 | 540 | 117 | 36 |
| Binary | 10001001 | 10000 | 100000 | 0 | 1011000 | 1001101 | 101110 | 101100000 | 1001111 | 11110 |
Color Harmonies of #891020
Complementary color
Monochromatic Colors of #891020
Black with #891020
Text Example
Text Example
White with #891020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891020; }
p { color: rgb(137,16,32); }
H1.HeaderClassName
{
color: #891020;
}
.AnyTagClassName
{
color: #891020;
}
</style>
background-color css
<style>
a { background-color: #891020; }
a { background-color: rgb(137,16,32); }
div.DivClassName
{
background-color: #891020;
}
.BgClassName
{
background-color: #891020;
}
</style>
border-color css
<style>
span { border-color: #891020; }
span { border-color: rgb(137,16,32); }
td.TdClassName
{
border-color: #891020;
}
.TagClassName
{
border-color: #891020;
}
</style>