Shades of Burgundy #89043E
Tints of Burgundy #89043E
RGB
CMYK
RGB Variations
Color information
#89043E (or 0x89043E) is known color: Burgundy. HEX triplet: 89, 04 and 3E. RGB value is (137,4,62). Sum of RGB (Red+Green+Blue) = 137+4+62=203 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.49% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 137 - color contains mainly: red. Hex color #89043E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89043E is #76FBC1. Grayscale: #323232. Windows color (decimal): -7797698 or 4064393. OLE color: 4064393.
HSL color Cylindrical-coordinate representation of color #89043E: hue angle of 333.83º 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 #89043E is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 4 | 62 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.46 |
| HSL | 333.83º | 0.94% | 0.28% | - |
| HSV(B) | 333.83º | 0.97% | 0.54% | - |
| XYZ | 11.23 | 5.75 | 5.08 | - |
| YUV | 50.38 | 134.56 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 4 | 62 | 0 | 0.97 | 0.55 | 0.46 | 333.83 | 0.94 | 0.28 |
| Hex | 89 | 4 | 3E | 0 | 61 | 37 | 2E | 14E | 5E | 1C |
| Octal | 211 | 4 | 76 | 0 | 141 | 67 | 56 | 516 | 136 | 34 |
| Binary | 10001001 | 100 | 111110 | 0 | 1100001 | 110111 | 101110 | 101001110 | 1011110 | 11100 |
Color Harmonies of #89043E
Complementary color
Monochromatic Colors of #89043E
Black with #89043E
Text Example
Text Example
White with #89043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89043E; }
p { color: rgb(137,4,62); }
H1.HeaderClassName
{
color: #89043E;
}
.AnyTagClassName
{
color: #89043E;
}
</style>
background-color css
<style>
a { background-color: #89043E; }
a { background-color: rgb(137,4,62); }
div.DivClassName
{
background-color: #89043E;
}
.BgClassName
{
background-color: #89043E;
}
</style>
border-color css
<style>
span { border-color: #89043E; }
span { border-color: rgb(137,4,62); }
td.TdClassName
{
border-color: #89043E;
}
.TagClassName
{
border-color: #89043E;
}
</style>