Shades of Burgundy #890521
Tints of Burgundy #890521
RGB
CMYK
RGB Variations
Color information
#890521 (or 0x890521) is known color: Burgundy. HEX triplet: 89, 05 and 21. RGB value is (137,5,33). Sum of RGB (Red+Green+Blue) = 137+5+33=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #890521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890521 is #76FADE. Grayscale: #2F2F2F. Windows color (decimal): -7797471 or 2164105. OLE color: 2164105.
HSL color Cylindrical-coordinate representation of color #890521: hue angle of 347.27º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890521 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 33 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.46 |
| HSL | 347.27º | 0.93% | 0.28% | - |
| HSV(B) | 347.27º | 0.96% | 0.54% | - |
| XYZ | 10.65 | 5.54 | 1.95 | - |
| YUV | 47.66 | 119.73 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 33 | 0 | 0.96 | 0.76 | 0.46 | 347.27 | 0.93 | 0.28 |
| Hex | 89 | 5 | 21 | 0 | 60 | 4C | 2E | 15B | 5D | 1C |
| Octal | 211 | 5 | 41 | 0 | 140 | 114 | 56 | 533 | 135 | 34 |
| Binary | 10001001 | 101 | 100001 | 0 | 1100000 | 1001100 | 101110 | 101011011 | 1011101 | 11100 |
Color Harmonies of #890521
Complementary color
Monochromatic Colors of #890521
Black with #890521
Text Example
Text Example
White with #890521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890521; }
p { color: rgb(137,5,33); }
H1.HeaderClassName
{
color: #890521;
}
.AnyTagClassName
{
color: #890521;
}
</style>
background-color css
<style>
a { background-color: #890521; }
a { background-color: rgb(137,5,33); }
div.DivClassName
{
background-color: #890521;
}
.BgClassName
{
background-color: #890521;
}
</style>
border-color css
<style>
span { border-color: #890521; }
span { border-color: rgb(137,5,33); }
td.TdClassName
{
border-color: #890521;
}
.TagClassName
{
border-color: #890521;
}
</style>