Shades of Burgundy #89093E
Tints of Burgundy #89093E
RGB
CMYK
RGB Variations
Color information
#89093E (or 0x89093E) is known color: Burgundy. HEX triplet: 89, 09 and 3E. RGB value is (137,9,62). Sum of RGB (Red+Green+Blue) = 137+9+62=208 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.87% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 137 - color contains mainly: red. Hex color #89093E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89093E is #76F6C1. Grayscale: #353535. Windows color (decimal): -7796418 or 4065673. OLE color: 4065673.
HSL color Cylindrical-coordinate representation of color #89093E: hue angle of 335.16º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89093E is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 9 | 62 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.46 |
| HSL | 335.16º | 0.88% | 0.29% | - |
| HSV(B) | 335.16º | 0.93% | 0.54% | - |
| XYZ | 11.28 | 5.86 | 5.09 | - |
| YUV | 53.31 | 132.91 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 9 | 62 | 0 | 0.93 | 0.55 | 0.46 | 335.16 | 0.88 | 0.29 |
| Hex | 89 | 9 | 3E | 0 | 5D | 37 | 2E | 14F | 58 | 1D |
| Octal | 211 | 11 | 76 | 0 | 135 | 67 | 56 | 517 | 130 | 35 |
| Binary | 10001001 | 1001 | 111110 | 0 | 1011101 | 110111 | 101110 | 101001111 | 1011000 | 11101 |
Color Harmonies of #89093E
Complementary color
Monochromatic Colors of #89093E
Black with #89093E
Text Example
Text Example
White with #89093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89093E; }
p { color: rgb(137,9,62); }
H1.HeaderClassName
{
color: #89093E;
}
.AnyTagClassName
{
color: #89093E;
}
</style>
background-color css
<style>
a { background-color: #89093E; }
a { background-color: rgb(137,9,62); }
div.DivClassName
{
background-color: #89093E;
}
.BgClassName
{
background-color: #89093E;
}
</style>
border-color css
<style>
span { border-color: #89093E; }
span { border-color: rgb(137,9,62); }
td.TdClassName
{
border-color: #89093E;
}
.TagClassName
{
border-color: #89093E;
}
</style>