Shades of Burgundy #89082C
Tints of Burgundy #89082C
RGB
CMYK
RGB Variations
Color information
#89082C (or 0x89082C) is known color: Burgundy. HEX triplet: 89, 08 and 2C. RGB value is (137,8,44). Sum of RGB (Red+Green+Blue) = 137+8+44=189 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.49% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 137 - color contains mainly: red. Hex color #89082C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89082C is #76F7D3. Grayscale: #323232. Windows color (decimal): -7796692 or 2885769. OLE color: 2885769.
HSL color Cylindrical-coordinate representation of color #89082C: hue angle of 343.26º 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 #89082C is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 8 | 44 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.46 |
| HSL | 343.26º | 0.89% | 0.28% | - |
| HSV(B) | 343.26º | 0.94% | 0.54% | - |
| XYZ | 10.86 | 5.67 | 2.91 | - |
| YUV | 50.68 | 124.24 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 44 | 0 | 0.94 | 0.68 | 0.46 | 343.26 | 0.89 | 0.28 |
| Hex | 89 | 8 | 2C | 0 | 5E | 44 | 2E | 157 | 59 | 1C |
| Octal | 211 | 10 | 54 | 0 | 136 | 104 | 56 | 527 | 131 | 34 |
| Binary | 10001001 | 1000 | 101100 | 0 | 1011110 | 1000100 | 101110 | 101010111 | 1011001 | 11100 |
Color Harmonies of #89082C
Complementary color
Monochromatic Colors of #89082C
Black with #89082C
Text Example
Text Example
White with #89082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89082C; }
p { color: rgb(137,8,44); }
H1.HeaderClassName
{
color: #89082C;
}
.AnyTagClassName
{
color: #89082C;
}
</style>
background-color css
<style>
a { background-color: #89082C; }
a { background-color: rgb(137,8,44); }
div.DivClassName
{
background-color: #89082C;
}
.BgClassName
{
background-color: #89082C;
}
</style>
border-color css
<style>
span { border-color: #89082C; }
span { border-color: rgb(137,8,44); }
td.TdClassName
{
border-color: #89082C;
}
.TagClassName
{
border-color: #89082C;
}
</style>