Shades of Burgundy #890137
Tints of Burgundy #890137
RGB
CMYK
RGB Variations
Color information
#890137 (or 0x890137) is known color: Burgundy. HEX triplet: 89, 01 and 37. RGB value is (137,1,55). Sum of RGB (Red+Green+Blue) = 137+1+55=193 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.98% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 137 - color contains mainly: red. Hex color #890137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890137 is #76FEC8. Grayscale: #2F2F2F. Windows color (decimal): -7798473 or 3604873. OLE color: 3604873.
HSL color Cylindrical-coordinate representation of color #890137: hue angle of 336.18º degrees, saturation: 0.99, 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 #890137 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 1 | 55 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.46 |
| HSL | 336.18º | 0.99% | 0.27% | - |
| HSV(B) | 336.18º | 0.99% | 0.54% | - |
| XYZ | 11.02 | 5.62 | 4.12 | - |
| YUV | 47.82 | 132.06 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 1 | 55 | 0 | 0.99 | 0.60 | 0.46 | 336.18 | 0.99 | 0.27 |
| Hex | 89 | 1 | 37 | 0 | 63 | 3C | 2E | 150 | 63 | 1B |
| Octal | 211 | 1 | 67 | 0 | 143 | 74 | 56 | 520 | 143 | 33 |
| Binary | 10001001 | 1 | 110111 | 0 | 1100011 | 111100 | 101110 | 101010000 | 1100011 | 11011 |
Color Harmonies of #890137
Complementary color
Monochromatic Colors of #890137
Black with #890137
Text Example
Text Example
White with #890137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890137; }
p { color: rgb(137,1,55); }
H1.HeaderClassName
{
color: #890137;
}
.AnyTagClassName
{
color: #890137;
}
</style>
background-color css
<style>
a { background-color: #890137; }
a { background-color: rgb(137,1,55); }
div.DivClassName
{
background-color: #890137;
}
.BgClassName
{
background-color: #890137;
}
</style>
border-color css
<style>
span { border-color: #890137; }
span { border-color: rgb(137,1,55); }
td.TdClassName
{
border-color: #890137;
}
.TagClassName
{
border-color: #890137;
}
</style>