Shades of Burgundy #890120
Tints of Burgundy #890120
RGB
CMYK
RGB Variations
Color information
#890120 (or 0x890120) is known color: Burgundy. HEX triplet: 89, 01 and 20. RGB value is (137,1,32). Sum of RGB (Red+Green+Blue) = 137+1+32=170 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.59% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 137 - color contains mainly: red. Hex color #890120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890120 is #76FEDF. Grayscale: #2D2D2D. Windows color (decimal): -7798496 or 2097545. OLE color: 2097545.
HSL color Cylindrical-coordinate representation of color #890120: hue angle of 346.32º degrees, saturation: 0.99, 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 #890120 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.46 |
| HSL | 346.32º | 0.99% | 0.27% | - |
| HSV(B) | 346.32º | 0.99% | 0.54% | - |
| XYZ | 10.59 | 5.44 | 1.86 | - |
| YUV | 45.2 | 120.56 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 1 | 32 | 0 | 0.99 | 0.77 | 0.46 | 346.32 | 0.99 | 0.27 |
| Hex | 89 | 1 | 20 | 0 | 63 | 4D | 2E | 15A | 63 | 1B |
| Octal | 211 | 1 | 40 | 0 | 143 | 115 | 56 | 532 | 143 | 33 |
| Binary | 10001001 | 1 | 100000 | 0 | 1100011 | 1001101 | 101110 | 101011010 | 1100011 | 11011 |
Color Harmonies of #890120
Complementary color
Monochromatic Colors of #890120
Black with #890120
Text Example
Text Example
White with #890120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890120; }
p { color: rgb(137,1,32); }
H1.HeaderClassName
{
color: #890120;
}
.AnyTagClassName
{
color: #890120;
}
</style>
background-color css
<style>
a { background-color: #890120; }
a { background-color: rgb(137,1,32); }
div.DivClassName
{
background-color: #890120;
}
.BgClassName
{
background-color: #890120;
}
</style>
border-color css
<style>
span { border-color: #890120; }
span { border-color: rgb(137,1,32); }
td.TdClassName
{
border-color: #890120;
}
.TagClassName
{
border-color: #890120;
}
</style>