Shades of Burgundy #89082B
Tints of Burgundy #89082B
RGB
CMYK
RGB Variations
Color information
#89082B (or 0x89082B) is known color: Burgundy. HEX triplet: 89, 08 and 2B. RGB value is (137,8,43). Sum of RGB (Red+Green+Blue) = 137+8+43=188 (24% of max value = 765). Red value is 137 (53.91% from 255 or 72.87% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 137 - color contains mainly: red. Hex color #89082B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89082B is #76F7D4. Grayscale: #323232. Windows color (decimal): -7796693 or 2820233. OLE color: 2820233.
HSL color Cylindrical-coordinate representation of color #89082B: hue angle of 343.72º 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 #89082B is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 8 | 43 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.46 |
| HSL | 343.72º | 0.89% | 0.28% | - |
| HSV(B) | 343.72º | 0.94% | 0.54% | - |
| XYZ | 10.84 | 5.67 | 2.81 | - |
| YUV | 50.56 | 123.74 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 43 | 0 | 0.94 | 0.69 | 0.46 | 343.72 | 0.89 | 0.28 |
| Hex | 89 | 8 | 2B | 0 | 5E | 45 | 2E | 158 | 59 | 1C |
| Octal | 211 | 10 | 53 | 0 | 136 | 105 | 56 | 530 | 131 | 34 |
| Binary | 10001001 | 1000 | 101011 | 0 | 1011110 | 1000101 | 101110 | 101011000 | 1011001 | 11100 |
Color Harmonies of #89082B
Complementary color
Monochromatic Colors of #89082B
Black with #89082B
Text Example
Text Example
White with #89082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89082B; }
p { color: rgb(137,8,43); }
H1.HeaderClassName
{
color: #89082B;
}
.AnyTagClassName
{
color: #89082B;
}
</style>
background-color css
<style>
a { background-color: #89082B; }
a { background-color: rgb(137,8,43); }
div.DivClassName
{
background-color: #89082B;
}
.BgClassName
{
background-color: #89082B;
}
</style>
border-color css
<style>
span { border-color: #89082B; }
span { border-color: rgb(137,8,43); }
td.TdClassName
{
border-color: #89082B;
}
.TagClassName
{
border-color: #89082B;
}
</style>