Shades of Burgundy #890439
Tints of Burgundy #890439
RGB
CMYK
RGB Variations
Color information
#890439 (or 0x890439) is known color: Burgundy. HEX triplet: 89, 04 and 39. RGB value is (137,4,57). Sum of RGB (Red+Green+Blue) = 137+4+57=198 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.19% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 137 - color contains mainly: red. Hex color #890439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890439 is #76FBC6. Grayscale: #313131. Windows color (decimal): -7797703 or 3736713. OLE color: 3736713.
HSL color Cylindrical-coordinate representation of color #890439: hue angle of 336.09º 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 #890439 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 4 | 57 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.46 |
| HSL | 336.09º | 0.94% | 0.28% | - |
| HSV(B) | 336.09º | 0.97% | 0.54% | - |
| XYZ | 11.1 | 5.7 | 4.39 | - |
| YUV | 49.81 | 132.06 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 4 | 57 | 0 | 0.97 | 0.58 | 0.46 | 336.09 | 0.94 | 0.28 |
| Hex | 89 | 4 | 39 | 0 | 61 | 3A | 2E | 150 | 5E | 1C |
| Octal | 211 | 4 | 71 | 0 | 141 | 72 | 56 | 520 | 136 | 34 |
| Binary | 10001001 | 100 | 111001 | 0 | 1100001 | 111010 | 101110 | 101010000 | 1011110 | 11100 |
Color Harmonies of #890439
Complementary color
Monochromatic Colors of #890439
Black with #890439
Text Example
Text Example
White with #890439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890439; }
p { color: rgb(137,4,57); }
H1.HeaderClassName
{
color: #890439;
}
.AnyTagClassName
{
color: #890439;
}
</style>
background-color css
<style>
a { background-color: #890439; }
a { background-color: rgb(137,4,57); }
div.DivClassName
{
background-color: #890439;
}
.BgClassName
{
background-color: #890439;
}
</style>
border-color css
<style>
span { border-color: #890439; }
span { border-color: rgb(137,4,57); }
td.TdClassName
{
border-color: #890439;
}
.TagClassName
{
border-color: #890439;
}
</style>