Shades of Burgundy #890224
Tints of Burgundy #890224
RGB
CMYK
RGB Variations
Color information
#890224 (or 0x890224) is known color: Burgundy. HEX triplet: 89, 02 and 24. RGB value is (137,2,36). Sum of RGB (Red+Green+Blue) = 137+2+36=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #890224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890224 is #76FDDB. Grayscale: #2E2E2E. Windows color (decimal): -7798236 or 2359945. OLE color: 2359945.
HSL color Cylindrical-coordinate representation of color #890224: hue angle of 344.89º 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 #890224 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 2 | 36 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.46 |
| HSL | 344.89º | 0.97% | 0.27% | - |
| HSV(B) | 344.89º | 0.99% | 0.54% | - |
| XYZ | 10.66 | 5.49 | 2.17 | - |
| YUV | 46.24 | 122.23 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 36 | 0 | 0.99 | 0.74 | 0.46 | 344.89 | 0.97 | 0.27 |
| Hex | 89 | 2 | 24 | 0 | 63 | 4A | 2E | 159 | 61 | 1B |
| Octal | 211 | 2 | 44 | 0 | 143 | 112 | 56 | 531 | 141 | 33 |
| Binary | 10001001 | 10 | 100100 | 0 | 1100011 | 1001010 | 101110 | 101011001 | 1100001 | 11011 |
Color Harmonies of #890224
Complementary color
Monochromatic Colors of #890224
Black with #890224
Text Example
Text Example
White with #890224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890224; }
p { color: rgb(137,2,36); }
H1.HeaderClassName
{
color: #890224;
}
.AnyTagClassName
{
color: #890224;
}
</style>
background-color css
<style>
a { background-color: #890224; }
a { background-color: rgb(137,2,36); }
div.DivClassName
{
background-color: #890224;
}
.BgClassName
{
background-color: #890224;
}
</style>
border-color css
<style>
span { border-color: #890224; }
span { border-color: rgb(137,2,36); }
td.TdClassName
{
border-color: #890224;
}
.TagClassName
{
border-color: #890224;
}
</style>