Shades of Burgundy #890431
Tints of Burgundy #890431
RGB
CMYK
RGB Variations
Color information
#890431 (or 0x890431) is known color: Burgundy. HEX triplet: 89, 04 and 31. RGB value is (137,4,49). Sum of RGB (Red+Green+Blue) = 137+4+49=190 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.11% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 137 - color contains mainly: red. Hex color #890431 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890431 is #76FBCE. Grayscale: #303030. Windows color (decimal): -7797711 or 3212425. OLE color: 3212425.
HSL color Cylindrical-coordinate representation of color #890431: hue angle of 339.7º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890431 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 4 | 49 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.46 |
| HSL | 339.7º | 0.94% | 0.28% | - |
| HSV(B) | 339.7º | 0.97% | 0.54% | - |
| XYZ | 10.91 | 5.63 | 3.42 | - |
| YUV | 48.9 | 128.06 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 4 | 49 | 0 | 0.97 | 0.64 | 0.46 | 339.7 | 0.94 | 0.28 |
| Hex | 89 | 4 | 31 | 0 | 61 | 40 | 2E | 154 | 5E | 1C |
| Octal | 211 | 4 | 61 | 0 | 141 | 100 | 56 | 524 | 136 | 34 |
| Binary | 10001001 | 100 | 110001 | 0 | 1100001 | 1000000 | 101110 | 101010100 | 1011110 | 11100 |
Color Harmonies of #890431
Complementary color
Monochromatic Colors of #890431
Black with #890431
Text Example
Text Example
White with #890431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890431; }
p { color: rgb(137,4,49); }
H1.HeaderClassName
{
color: #890431;
}
.AnyTagClassName
{
color: #890431;
}
</style>
background-color css
<style>
a { background-color: #890431; }
a { background-color: rgb(137,4,49); }
div.DivClassName
{
background-color: #890431;
}
.BgClassName
{
background-color: #890431;
}
</style>
border-color css
<style>
span { border-color: #890431; }
span { border-color: rgb(137,4,49); }
td.TdClassName
{
border-color: #890431;
}
.TagClassName
{
border-color: #890431;
}
</style>