Shades of Burgundy #89073E
Tints of Burgundy #89073E
RGB
CMYK
RGB Variations
Color information
#89073E (or 0x89073E) is known color: Burgundy. HEX triplet: 89, 07 and 3E. RGB value is (137,7,62). Sum of RGB (Red+Green+Blue) = 137+7+62=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #89073E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89073E is #76F8C1. Grayscale: #343434. Windows color (decimal): -7796930 or 4065161. OLE color: 4065161.
HSL color Cylindrical-coordinate representation of color #89073E: hue angle of 334.62º 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 #89073E is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 7 | 62 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.46 |
| HSL | 334.62º | 0.9% | 0.28% | - |
| HSV(B) | 334.62º | 0.95% | 0.54% | - |
| XYZ | 11.26 | 5.82 | 5.09 | - |
| YUV | 52.14 | 133.57 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 62 | 0 | 0.95 | 0.55 | 0.46 | 334.62 | 0.9 | 0.28 |
| Hex | 89 | 7 | 3E | 0 | 5F | 37 | 2E | 14F | 5A | 1C |
| Octal | 211 | 7 | 76 | 0 | 137 | 67 | 56 | 517 | 132 | 34 |
| Binary | 10001001 | 111 | 111110 | 0 | 1011111 | 110111 | 101110 | 101001111 | 1011010 | 11100 |
Color Harmonies of #89073E
Complementary color
Monochromatic Colors of #89073E
Black with #89073E
Text Example
Text Example
White with #89073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89073E; }
p { color: rgb(137,7,62); }
H1.HeaderClassName
{
color: #89073E;
}
.AnyTagClassName
{
color: #89073E;
}
</style>
background-color css
<style>
a { background-color: #89073E; }
a { background-color: rgb(137,7,62); }
div.DivClassName
{
background-color: #89073E;
}
.BgClassName
{
background-color: #89073E;
}
</style>
border-color css
<style>
span { border-color: #89073E; }
span { border-color: rgb(137,7,62); }
td.TdClassName
{
border-color: #89073E;
}
.TagClassName
{
border-color: #89073E;
}
</style>