Shades of Burgundy #890837
Tints of Burgundy #890837
RGB
CMYK
RGB Variations
Color information
#890837 (or 0x890837) is known color: Burgundy. HEX triplet: 89, 08 and 37. RGB value is (137,8,55). Sum of RGB (Red+Green+Blue) = 137+8+55=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #890837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890837 is #76F7C8. Grayscale: #333333. Windows color (decimal): -7796681 or 3606665. OLE color: 3606665.
HSL color Cylindrical-coordinate representation of color #890837: hue angle of 338.14º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890837 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 8 | 55 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.46 |
| HSL | 338.14º | 0.89% | 0.28% | - |
| HSV(B) | 338.14º | 0.94% | 0.54% | - |
| XYZ | 11.09 | 5.77 | 4.14 | - |
| YUV | 51.93 | 129.74 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 55 | 0 | 0.94 | 0.60 | 0.46 | 338.14 | 0.89 | 0.28 |
| Hex | 89 | 8 | 37 | 0 | 5E | 3C | 2E | 152 | 59 | 1C |
| Octal | 211 | 10 | 67 | 0 | 136 | 74 | 56 | 522 | 131 | 34 |
| Binary | 10001001 | 1000 | 110111 | 0 | 1011110 | 111100 | 101110 | 101010010 | 1011001 | 11100 |
Color Harmonies of #890837
Complementary color
Monochromatic Colors of #890837
Black with #890837
Text Example
Text Example
White with #890837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890837; }
p { color: rgb(137,8,55); }
H1.HeaderClassName
{
color: #890837;
}
.AnyTagClassName
{
color: #890837;
}
</style>
background-color css
<style>
a { background-color: #890837; }
a { background-color: rgb(137,8,55); }
div.DivClassName
{
background-color: #890837;
}
.BgClassName
{
background-color: #890837;
}
</style>
border-color css
<style>
span { border-color: #890837; }
span { border-color: rgb(137,8,55); }
td.TdClassName
{
border-color: #890837;
}
.TagClassName
{
border-color: #890837;
}
</style>