Shades of Burgundy #890836
Tints of Burgundy #890836
RGB
CMYK
RGB Variations
Color information
#890836 (or 0x890836) is known color: Burgundy. HEX triplet: 89, 08 and 36. RGB value is (137,8,54). Sum of RGB (Red+Green+Blue) = 137+8+54=199 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.84% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 137 - color contains mainly: red. Hex color #890836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890836 is #76F7C9. Grayscale: #333333. Windows color (decimal): -7796682 or 3541129. OLE color: 3541129.
HSL color Cylindrical-coordinate representation of color #890836: hue angle of 338.6º 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 #890836 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 8 | 54 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.46 |
| HSL | 338.6º | 0.89% | 0.28% | - |
| HSV(B) | 338.6º | 0.94% | 0.54% | - |
| XYZ | 11.07 | 5.76 | 4.02 | - |
| YUV | 51.82 | 129.24 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 54 | 0 | 0.94 | 0.61 | 0.46 | 338.6 | 0.89 | 0.28 |
| Hex | 89 | 8 | 36 | 0 | 5E | 3D | 2E | 153 | 59 | 1C |
| Octal | 211 | 10 | 66 | 0 | 136 | 75 | 56 | 523 | 131 | 34 |
| Binary | 10001001 | 1000 | 110110 | 0 | 1011110 | 111101 | 101110 | 101010011 | 1011001 | 11100 |
Color Harmonies of #890836
Complementary color
Monochromatic Colors of #890836
Black with #890836
Text Example
Text Example
White with #890836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890836; }
p { color: rgb(137,8,54); }
H1.HeaderClassName
{
color: #890836;
}
.AnyTagClassName
{
color: #890836;
}
</style>
background-color css
<style>
a { background-color: #890836; }
a { background-color: rgb(137,8,54); }
div.DivClassName
{
background-color: #890836;
}
.BgClassName
{
background-color: #890836;
}
</style>
border-color css
<style>
span { border-color: #890836; }
span { border-color: rgb(137,8,54); }
td.TdClassName
{
border-color: #890836;
}
.TagClassName
{
border-color: #890836;
}
</style>