Shades of Burgundy #890E26
Tints of Burgundy #890E26
RGB
CMYK
RGB Variations
Color information
#890E26 (or 0x890E26) is known color: Burgundy. HEX triplet: 89, 0E and 26. RGB value is (137,14,38). Sum of RGB (Red+Green+Blue) = 137+14+38=189 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.49% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 137 - color contains mainly: red. Hex color #890E26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890E26 is #76F1D9. Grayscale: #353535. Windows color (decimal): -7795162 or 2494089. OLE color: 2494089.
HSL color Cylindrical-coordinate representation of color #890E26: hue angle of 348.29º 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 #890E26 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 14 | 38 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.46 |
| HSL | 348.29º | 0.81% | 0.3% | - |
| HSV(B) | 348.29º | 0.9% | 0.54% | - |
| XYZ | 10.82 | 5.77 | 2.38 | - |
| YUV | 53.51 | 119.25 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 38 | 0 | 0.90 | 0.72 | 0.46 | 348.29 | 0.81 | 0.3 |
| Hex | 89 | E | 26 | 0 | 5A | 48 | 2E | 15C | 51 | 1E |
| Octal | 211 | 16 | 46 | 0 | 132 | 110 | 56 | 534 | 121 | 36 |
| Binary | 10001001 | 1110 | 100110 | 0 | 1011010 | 1001000 | 101110 | 101011100 | 1010001 | 11110 |
Color Harmonies of #890E26
Complementary color
Monochromatic Colors of #890E26
Black with #890E26
Text Example
Text Example
White with #890E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890E26; }
p { color: rgb(137,14,38); }
H1.HeaderClassName
{
color: #890E26;
}
.AnyTagClassName
{
color: #890E26;
}
</style>
background-color css
<style>
a { background-color: #890E26; }
a { background-color: rgb(137,14,38); }
div.DivClassName
{
background-color: #890E26;
}
.BgClassName
{
background-color: #890E26;
}
</style>
border-color css
<style>
span { border-color: #890E26; }
span { border-color: rgb(137,14,38); }
td.TdClassName
{
border-color: #890E26;
}
.TagClassName
{
border-color: #890E26;
}
</style>