Shades of Burgundy #89072C
Tints of Burgundy #89072C
RGB
CMYK
RGB Variations
Color information
#89072C (or 0x89072C) is known color: Burgundy. HEX triplet: 89, 07 and 2C. RGB value is (137,7,44). Sum of RGB (Red+Green+Blue) = 137+7+44=188 (24% of max value = 765). Red value is 137 (53.91% from 255 or 72.87% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 137 - color contains mainly: red. Hex color #89072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89072C is #76F8D3. Grayscale: #323232. Windows color (decimal): -7796948 or 2885513. OLE color: 2885513.
HSL color Cylindrical-coordinate representation of color #89072C: hue angle of 342.92º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #89072C is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 7 | 44 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.46 |
| HSL | 342.92º | 0.9% | 0.28% | - |
| HSV(B) | 342.92º | 0.95% | 0.54% | - |
| XYZ | 10.85 | 5.65 | 2.9 | - |
| YUV | 50.09 | 124.57 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 44 | 0 | 0.95 | 0.68 | 0.46 | 342.92 | 0.9 | 0.28 |
| Hex | 89 | 7 | 2C | 0 | 5F | 44 | 2E | 157 | 5A | 1C |
| Octal | 211 | 7 | 54 | 0 | 137 | 104 | 56 | 527 | 132 | 34 |
| Binary | 10001001 | 111 | 101100 | 0 | 1011111 | 1000100 | 101110 | 101010111 | 1011010 | 11100 |
Color Harmonies of #89072C
Complementary color
Monochromatic Colors of #89072C
Black with #89072C
Text Example
Text Example
White with #89072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89072C; }
p { color: rgb(137,7,44); }
H1.HeaderClassName
{
color: #89072C;
}
.AnyTagClassName
{
color: #89072C;
}
</style>
background-color css
<style>
a { background-color: #89072C; }
a { background-color: rgb(137,7,44); }
div.DivClassName
{
background-color: #89072C;
}
.BgClassName
{
background-color: #89072C;
}
</style>
border-color css
<style>
span { border-color: #89072C; }
span { border-color: rgb(137,7,44); }
td.TdClassName
{
border-color: #89072C;
}
.TagClassName
{
border-color: #89072C;
}
</style>