Shades of Burgundy #89071F
Tints of Burgundy #89071F
RGB
CMYK
RGB Variations
Color information
#89071F (or 0x89071F) is known color: Burgundy. HEX triplet: 89, 07 and 1F. RGB value is (137,7,31). Sum of RGB (Red+Green+Blue) = 137+7+31=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #89071F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89071F is #76F8E0. Grayscale: #303030. Windows color (decimal): -7796961 or 2033545. OLE color: 2033545.
HSL color Cylindrical-coordinate representation of color #89071F: hue angle of 348.92º 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 #89071F is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 7 | 31 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.46 |
| HSL | 348.92º | 0.9% | 0.28% | - |
| HSV(B) | 348.92º | 0.95% | 0.54% | - |
| XYZ | 10.64 | 5.57 | 1.81 | - |
| YUV | 48.61 | 118.07 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 31 | 0 | 0.95 | 0.77 | 0.46 | 348.92 | 0.9 | 0.28 |
| Hex | 89 | 7 | 1F | 0 | 5F | 4D | 2E | 15D | 5A | 1C |
| Octal | 211 | 7 | 37 | 0 | 137 | 115 | 56 | 535 | 132 | 34 |
| Binary | 10001001 | 111 | 11111 | 0 | 1011111 | 1001101 | 101110 | 101011101 | 1011010 | 11100 |
Color Harmonies of #89071F
Complementary color
Monochromatic Colors of #89071F
Black with #89071F
Text Example
Text Example
White with #89071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89071F; }
p { color: rgb(137,7,31); }
H1.HeaderClassName
{
color: #89071F;
}
.AnyTagClassName
{
color: #89071F;
}
</style>
background-color css
<style>
a { background-color: #89071F; }
a { background-color: rgb(137,7,31); }
div.DivClassName
{
background-color: #89071F;
}
.BgClassName
{
background-color: #89071F;
}
</style>
border-color css
<style>
span { border-color: #89071F; }
span { border-color: rgb(137,7,31); }
td.TdClassName
{
border-color: #89071F;
}
.TagClassName
{
border-color: #89071F;
}
</style>