Shades of Burgundy #890220
Tints of Burgundy #890220
RGB
CMYK
RGB Variations
Color information
#890220 (or 0x890220) is known color: Burgundy. HEX triplet: 89, 02 and 20. RGB value is (137,2,32). Sum of RGB (Red+Green+Blue) = 137+2+32=171 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.12% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 137 - color contains mainly: red. Hex color #890220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890220 is #76FDDF. Grayscale: #2D2D2D. Windows color (decimal): -7798240 or 2097801. OLE color: 2097801.
HSL color Cylindrical-coordinate representation of color #890220: hue angle of 346.67º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890220 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 2 | 32 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.46 |
| HSL | 346.67º | 0.97% | 0.27% | - |
| HSV(B) | 346.67º | 0.99% | 0.54% | - |
| XYZ | 10.6 | 5.47 | 1.86 | - |
| YUV | 45.79 | 120.23 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 32 | 0 | 0.99 | 0.77 | 0.46 | 346.67 | 0.97 | 0.27 |
| Hex | 89 | 2 | 20 | 0 | 63 | 4D | 2E | 15B | 61 | 1B |
| Octal | 211 | 2 | 40 | 0 | 143 | 115 | 56 | 533 | 141 | 33 |
| Binary | 10001001 | 10 | 100000 | 0 | 1100011 | 1001101 | 101110 | 101011011 | 1100001 | 11011 |
Color Harmonies of #890220
Complementary color
Monochromatic Colors of #890220
Black with #890220
Text Example
Text Example
White with #890220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890220; }
p { color: rgb(137,2,32); }
H1.HeaderClassName
{
color: #890220;
}
.AnyTagClassName
{
color: #890220;
}
</style>
background-color css
<style>
a { background-color: #890220; }
a { background-color: rgb(137,2,32); }
div.DivClassName
{
background-color: #890220;
}
.BgClassName
{
background-color: #890220;
}
</style>
border-color css
<style>
span { border-color: #890220; }
span { border-color: rgb(137,2,32); }
td.TdClassName
{
border-color: #890220;
}
.TagClassName
{
border-color: #890220;
}
</style>