Shades of Burgundy #89032C
Tints of Burgundy #89032C
RGB
CMYK
RGB Variations
Color information
#89032C (or 0x89032C) is known color: Burgundy. HEX triplet: 89, 03 and 2C. RGB value is (137,3,44). Sum of RGB (Red+Green+Blue) = 137+3+44=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #89032C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89032C is #76FCD3. Grayscale: #2F2F2F. Windows color (decimal): -7797972 or 2884489. OLE color: 2884489.
HSL color Cylindrical-coordinate representation of color #89032C: hue angle of 341.64º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #89032C is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 3 | 44 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.46 |
| HSL | 341.64º | 0.96% | 0.27% | - |
| HSV(B) | 341.64º | 0.98% | 0.54% | - |
| XYZ | 10.8 | 5.57 | 2.89 | - |
| YUV | 47.74 | 125.89 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 44 | 0 | 0.98 | 0.68 | 0.46 | 341.64 | 0.96 | 0.27 |
| Hex | 89 | 3 | 2C | 0 | 62 | 44 | 2E | 156 | 60 | 1B |
| Octal | 211 | 3 | 54 | 0 | 142 | 104 | 56 | 526 | 140 | 33 |
| Binary | 10001001 | 11 | 101100 | 0 | 1100010 | 1000100 | 101110 | 101010110 | 1100000 | 11011 |
Color Harmonies of #89032C
Complementary color
Monochromatic Colors of #89032C
Black with #89032C
Text Example
Text Example
White with #89032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89032C; }
p { color: rgb(137,3,44); }
H1.HeaderClassName
{
color: #89032C;
}
.AnyTagClassName
{
color: #89032C;
}
</style>
background-color css
<style>
a { background-color: #89032C; }
a { background-color: rgb(137,3,44); }
div.DivClassName
{
background-color: #89032C;
}
.BgClassName
{
background-color: #89032C;
}
</style>
border-color css
<style>
span { border-color: #89032C; }
span { border-color: rgb(137,3,44); }
td.TdClassName
{
border-color: #89032C;
}
.TagClassName
{
border-color: #89032C;
}
</style>