Shades of Burgundy #890537
Tints of Burgundy #890537
RGB
CMYK
RGB Variations
Color information
#890537 (or 0x890537) is known color: Burgundy. HEX triplet: 89, 05 and 37. RGB value is (137,5,55). Sum of RGB (Red+Green+Blue) = 137+5+55=197 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.54% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 137 - color contains mainly: red. Hex color #890537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890537 is #76FAC8. Grayscale: #323232. Windows color (decimal): -7797449 or 3605897. OLE color: 3605897.
HSL color Cylindrical-coordinate representation of color #890537: hue angle of 337.27º 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 #890537 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 55 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.46 |
| HSL | 337.27º | 0.93% | 0.28% | - |
| HSV(B) | 337.27º | 0.96% | 0.54% | - |
| XYZ | 11.06 | 5.7 | 4.13 | - |
| YUV | 50.17 | 130.73 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 55 | 0 | 0.96 | 0.60 | 0.46 | 337.27 | 0.93 | 0.28 |
| Hex | 89 | 5 | 37 | 0 | 60 | 3C | 2E | 151 | 5D | 1C |
| Octal | 211 | 5 | 67 | 0 | 140 | 74 | 56 | 521 | 135 | 34 |
| Binary | 10001001 | 101 | 110111 | 0 | 1100000 | 111100 | 101110 | 101010001 | 1011101 | 11100 |
Color Harmonies of #890537
Complementary color
Monochromatic Colors of #890537
Black with #890537
Text Example
Text Example
White with #890537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890537; }
p { color: rgb(137,5,55); }
H1.HeaderClassName
{
color: #890537;
}
.AnyTagClassName
{
color: #890537;
}
</style>
background-color css
<style>
a { background-color: #890537; }
a { background-color: rgb(137,5,55); }
div.DivClassName
{
background-color: #890537;
}
.BgClassName
{
background-color: #890537;
}
</style>
border-color css
<style>
span { border-color: #890537; }
span { border-color: rgb(137,5,55); }
td.TdClassName
{
border-color: #890537;
}
.TagClassName
{
border-color: #890537;
}
</style>