Shades of Burgundy #89082E
Tints of Burgundy #89082E
RGB
CMYK
RGB Variations
Color information
#89082E (or 0x89082E) is known color: Burgundy. HEX triplet: 89, 08 and 2E. RGB value is (137,8,46). Sum of RGB (Red+Green+Blue) = 137+8+46=191 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.73% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 137 - color contains mainly: red. Hex color #89082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89082E is #76F7D1. Grayscale: #323232. Windows color (decimal): -7796690 or 3016841. OLE color: 3016841.
HSL color Cylindrical-coordinate representation of color #89082E: hue angle of 342.33º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89082E is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 8 | 46 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.46 |
| HSL | 342.33º | 0.89% | 0.28% | - |
| HSV(B) | 342.33º | 0.94% | 0.54% | - |
| XYZ | 10.9 | 5.69 | 3.11 | - |
| YUV | 50.9 | 125.24 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 46 | 0 | 0.94 | 0.66 | 0.46 | 342.33 | 0.89 | 0.28 |
| Hex | 89 | 8 | 2E | 0 | 5E | 42 | 2E | 156 | 59 | 1C |
| Octal | 211 | 10 | 56 | 0 | 136 | 102 | 56 | 526 | 131 | 34 |
| Binary | 10001001 | 1000 | 101110 | 0 | 1011110 | 1000010 | 101110 | 101010110 | 1011001 | 11100 |
Color Harmonies of #89082E
Complementary color
Monochromatic Colors of #89082E
Black with #89082E
Text Example
Text Example
White with #89082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89082E; }
p { color: rgb(137,8,46); }
H1.HeaderClassName
{
color: #89082E;
}
.AnyTagClassName
{
color: #89082E;
}
</style>
background-color css
<style>
a { background-color: #89082E; }
a { background-color: rgb(137,8,46); }
div.DivClassName
{
background-color: #89082E;
}
.BgClassName
{
background-color: #89082E;
}
</style>
border-color css
<style>
span { border-color: #89082E; }
span { border-color: rgb(137,8,46); }
td.TdClassName
{
border-color: #89082E;
}
.TagClassName
{
border-color: #89082E;
}
</style>