Shades of Burgundy #890522
Tints of Burgundy #890522
RGB
CMYK
RGB Variations
Color information
#890522 (or 0x890522) is known color: Burgundy. HEX triplet: 89, 05 and 22. RGB value is (137,5,34). Sum of RGB (Red+Green+Blue) = 137+5+34=176 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.84% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 34 (13.67% from 255 or 19.32% from 176); Max value from RGB is 137 - color contains mainly: red. Hex color #890522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890522 is #76FADD. Grayscale: #2F2F2F. Windows color (decimal): -7797470 or 2229641. OLE color: 2229641.
HSL color Cylindrical-coordinate representation of color #890522: hue angle of 346.82º 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 #890522 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 34 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.46 |
| HSL | 346.82º | 0.93% | 0.28% | - |
| HSV(B) | 346.82º | 0.96% | 0.54% | - |
| XYZ | 10.66 | 5.54 | 2.02 | - |
| YUV | 47.77 | 120.23 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 34 | 0 | 0.96 | 0.75 | 0.46 | 346.82 | 0.93 | 0.28 |
| Hex | 89 | 5 | 22 | 0 | 60 | 4B | 2E | 15B | 5D | 1C |
| Octal | 211 | 5 | 42 | 0 | 140 | 113 | 56 | 533 | 135 | 34 |
| Binary | 10001001 | 101 | 100010 | 0 | 1100000 | 1001011 | 101110 | 101011011 | 1011101 | 11100 |
Color Harmonies of #890522
Complementary color
Monochromatic Colors of #890522
Black with #890522
Text Example
Text Example
White with #890522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890522; }
p { color: rgb(137,5,34); }
H1.HeaderClassName
{
color: #890522;
}
.AnyTagClassName
{
color: #890522;
}
</style>
background-color css
<style>
a { background-color: #890522; }
a { background-color: rgb(137,5,34); }
div.DivClassName
{
background-color: #890522;
}
.BgClassName
{
background-color: #890522;
}
</style>
border-color css
<style>
span { border-color: #890522; }
span { border-color: rgb(137,5,34); }
td.TdClassName
{
border-color: #890522;
}
.TagClassName
{
border-color: #890522;
}
</style>