Shades of Burgundy #890420
Tints of Burgundy #890420
RGB
CMYK
RGB Variations
Color information
#890420 (or 0x890420) is known color: Burgundy. HEX triplet: 89, 04 and 20. RGB value is (137,4,32). Sum of RGB (Red+Green+Blue) = 137+4+32=173 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.19% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 137 - color contains mainly: red. Hex color #890420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890420 is #76FBDF. Grayscale: #2E2E2E. Windows color (decimal): -7797728 or 2098313. OLE color: 2098313.
HSL color Cylindrical-coordinate representation of color #890420: hue angle of 347.37º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890420 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 4 | 32 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.46 |
| HSL | 347.37º | 0.94% | 0.28% | - |
| HSV(B) | 347.37º | 0.97% | 0.54% | - |
| XYZ | 10.62 | 5.51 | 1.87 | - |
| YUV | 46.96 | 119.56 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 4 | 32 | 0 | 0.97 | 0.77 | 0.46 | 347.37 | 0.94 | 0.28 |
| Hex | 89 | 4 | 20 | 0 | 61 | 4D | 2E | 15B | 5E | 1C |
| Octal | 211 | 4 | 40 | 0 | 141 | 115 | 56 | 533 | 136 | 34 |
| Binary | 10001001 | 100 | 100000 | 0 | 1100001 | 1001101 | 101110 | 101011011 | 1011110 | 11100 |
Color Harmonies of #890420
Complementary color
Monochromatic Colors of #890420
Black with #890420
Text Example
Text Example
White with #890420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890420; }
p { color: rgb(137,4,32); }
H1.HeaderClassName
{
color: #890420;
}
.AnyTagClassName
{
color: #890420;
}
</style>
background-color css
<style>
a { background-color: #890420; }
a { background-color: rgb(137,4,32); }
div.DivClassName
{
background-color: #890420;
}
.BgClassName
{
background-color: #890420;
}
</style>
border-color css
<style>
span { border-color: #890420; }
span { border-color: rgb(137,4,32); }
td.TdClassName
{
border-color: #890420;
}
.TagClassName
{
border-color: #890420;
}
</style>