Shades of Burgundy #89002E
Tints of Burgundy #89002E
RGB
CMYK
RGB Variations
Color information
#89002E (or 0x89002E) is known color: Burgundy. HEX triplet: 89, 00 and 2E. RGB value is (137,0,46). Sum of RGB (Red+Green+Blue) = 137+0+46=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #89002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89002E is #76FFD1. Grayscale: #2E2E2E. Windows color (decimal): -7798738 or 3014793. OLE color: 3014793.
HSL color Cylindrical-coordinate representation of color #89002E: hue angle of 339.85º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #89002E is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.66 | 0.46 |
| HSL | 339.85º | 1% | 0.27% | - |
| HSV(B) | 339.85º | 1% | 0.54% | - |
| XYZ | 10.81 | 5.52 | 3.08 | - |
| YUV | 46.21 | 127.89 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 46 | 0 | 1 | 0.66 | 0.46 | 339.85 | 1 | 0.27 |
| Hex | 89 | 0 | 2E | 0 | 64 | 42 | 2E | 154 | 64 | 1B |
| Octal | 211 | 0 | 56 | 0 | 144 | 102 | 56 | 524 | 144 | 33 |
| Binary | 10001001 | 0 | 101110 | 0 | 1100100 | 1000010 | 101110 | 101010100 | 1100100 | 11011 |
Color Harmonies of #89002E
Complementary color
Monochromatic Colors of #89002E
Black with #89002E
Text Example
Text Example
White with #89002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89002E; }
p { color: rgb(137,0,46); }
H1.HeaderClassName
{
color: #89002E;
}
.AnyTagClassName
{
color: #89002E;
}
</style>
background-color css
<style>
a { background-color: #89002E; }
a { background-color: rgb(137,0,46); }
div.DivClassName
{
background-color: #89002E;
}
.BgClassName
{
background-color: #89002E;
}
</style>
border-color css
<style>
span { border-color: #89002E; }
span { border-color: rgb(137,0,46); }
td.TdClassName
{
border-color: #89002E;
}
.TagClassName
{
border-color: #89002E;
}
</style>