Shades of Burgundy #890E3A
Tints of Burgundy #890E3A
RGB
CMYK
RGB Variations
Color information
#890E3A (or 0x890E3A) is known color: Burgundy. HEX triplet: 89, 0E and 3A. RGB value is (137,14,58). Sum of RGB (Red+Green+Blue) = 137+14+58=209 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.55% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 137 - color contains mainly: red. Hex color #890E3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890E3A is #76F1C5. Grayscale: #373737. Windows color (decimal): -7795142 or 3804809. OLE color: 3804809.
HSL color Cylindrical-coordinate representation of color #890E3A: hue angle of 338.54º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890E3A is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 14 | 58 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.46 |
| HSL | 338.54º | 0.81% | 0.3% | - |
| HSV(B) | 338.54º | 0.9% | 0.54% | - |
| XYZ | 11.24 | 5.94 | 4.56 | - |
| YUV | 55.79 | 129.25 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 58 | 0 | 0.90 | 0.58 | 0.46 | 338.54 | 0.81 | 0.3 |
| Hex | 89 | E | 3A | 0 | 5A | 3A | 2E | 153 | 51 | 1E |
| Octal | 211 | 16 | 72 | 0 | 132 | 72 | 56 | 523 | 121 | 36 |
| Binary | 10001001 | 1110 | 111010 | 0 | 1011010 | 111010 | 101110 | 101010011 | 1010001 | 11110 |
Color Harmonies of #890E3A
Complementary color
Monochromatic Colors of #890E3A
Black with #890E3A
Text Example
Text Example
White with #890E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890E3A; }
p { color: rgb(137,14,58); }
H1.HeaderClassName
{
color: #890E3A;
}
.AnyTagClassName
{
color: #890E3A;
}
</style>
background-color css
<style>
a { background-color: #890E3A; }
a { background-color: rgb(137,14,58); }
div.DivClassName
{
background-color: #890E3A;
}
.BgClassName
{
background-color: #890E3A;
}
</style>
border-color css
<style>
span { border-color: #890E3A; }
span { border-color: rgb(137,14,58); }
td.TdClassName
{
border-color: #890E3A;
}
.TagClassName
{
border-color: #890E3A;
}
</style>