Shades of Burgundy #890E2D
Tints of Burgundy #890E2D
RGB
CMYK
RGB Variations
Color information
#890E2D (or 0x890E2D) is known color: Burgundy. HEX triplet: 89, 0E and 2D. RGB value is (137,14,45). Sum of RGB (Red+Green+Blue) = 137+14+45=196 (25% of max value = 765). Red value is 137 (53.91% from 255 or 69.90% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 137 - color contains mainly: red. Hex color #890E2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890E2D is #76F1D2. Grayscale: #363636. Windows color (decimal): -7795155 or 2952841. OLE color: 2952841.
HSL color Cylindrical-coordinate representation of color #890E2D: hue angle of 344.88º 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 #890E2D is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 14 | 45 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.46 |
| HSL | 344.88º | 0.81% | 0.3% | - |
| HSV(B) | 344.88º | 0.9% | 0.54% | - |
| XYZ | 10.95 | 5.82 | 3.03 | - |
| YUV | 54.31 | 122.75 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 45 | 0 | 0.90 | 0.67 | 0.46 | 344.88 | 0.81 | 0.3 |
| Hex | 89 | E | 2D | 0 | 5A | 43 | 2E | 159 | 51 | 1E |
| Octal | 211 | 16 | 55 | 0 | 132 | 103 | 56 | 531 | 121 | 36 |
| Binary | 10001001 | 1110 | 101101 | 0 | 1011010 | 1000011 | 101110 | 101011001 | 1010001 | 11110 |
Color Harmonies of #890E2D
Complementary color
Monochromatic Colors of #890E2D
Black with #890E2D
Text Example
Text Example
White with #890E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890E2D; }
p { color: rgb(137,14,45); }
H1.HeaderClassName
{
color: #890E2D;
}
.AnyTagClassName
{
color: #890E2D;
}
</style>
background-color css
<style>
a { background-color: #890E2D; }
a { background-color: rgb(137,14,45); }
div.DivClassName
{
background-color: #890E2D;
}
.BgClassName
{
background-color: #890E2D;
}
</style>
border-color css
<style>
span { border-color: #890E2D; }
span { border-color: rgb(137,14,45); }
td.TdClassName
{
border-color: #890E2D;
}
.TagClassName
{
border-color: #890E2D;
}
</style>