Shades of Burgundy #89122C
Tints of Burgundy #89122C
RGB
CMYK
RGB Variations
Color information
#89122C (or 0x89122C) is known color: Burgundy. HEX triplet: 89, 12 and 2C. RGB value is (137,18,44). Sum of RGB (Red+Green+Blue) = 137+18+44=199 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.84% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 137 - color contains mainly: red. Hex color #89122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89122C is #76EDD3. Grayscale: #383838. Windows color (decimal): -7794132 or 2888329. OLE color: 2888329.
HSL color Cylindrical-coordinate representation of color #89122C: hue angle of 346.89º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #89122C is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 18 | 44 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.46 |
| HSL | 346.89º | 0.77% | 0.3% | - |
| HSV(B) | 346.89º | 0.87% | 0.54% | - |
| XYZ | 10.99 | 5.93 | 2.95 | - |
| YUV | 56.55 | 120.92 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 44 | 0 | 0.87 | 0.68 | 0.46 | 346.89 | 0.77 | 0.3 |
| Hex | 89 | 12 | 2C | 0 | 57 | 44 | 2E | 15B | 4D | 1E |
| Octal | 211 | 22 | 54 | 0 | 127 | 104 | 56 | 533 | 115 | 36 |
| Binary | 10001001 | 10010 | 101100 | 0 | 1010111 | 1000100 | 101110 | 101011011 | 1001101 | 11110 |
Color Harmonies of #89122C
Complementary color
Monochromatic Colors of #89122C
Black with #89122C
Text Example
Text Example
White with #89122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89122C; }
p { color: rgb(137,18,44); }
H1.HeaderClassName
{
color: #89122C;
}
.AnyTagClassName
{
color: #89122C;
}
</style>
background-color css
<style>
a { background-color: #89122C; }
a { background-color: rgb(137,18,44); }
div.DivClassName
{
background-color: #89122C;
}
.BgClassName
{
background-color: #89122C;
}
</style>
border-color css
<style>
span { border-color: #89122C; }
span { border-color: rgb(137,18,44); }
td.TdClassName
{
border-color: #89122C;
}
.TagClassName
{
border-color: #89122C;
}
</style>