Shades of Burgundy #89101F
Tints of Burgundy #89101F
RGB
CMYK
RGB Variations
Color information
#89101F (or 0x89101F) is known color: Burgundy. HEX triplet: 89, 10 and 1F. RGB value is (137,16,31). Sum of RGB (Red+Green+Blue) = 137+16+31=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #89101F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89101F is #76EFE0. Grayscale: #353535. Windows color (decimal): -7794657 or 2035849. OLE color: 2035849.
HSL color Cylindrical-coordinate representation of color #89101F: hue angle of 352.56º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89101F is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 16 | 31 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.46 |
| HSL | 352.56º | 0.79% | 0.3% | - |
| HSV(B) | 352.56º | 0.88% | 0.54% | - |
| XYZ | 10.75 | 5.79 | 1.85 | - |
| YUV | 53.89 | 115.09 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 16 | 31 | 0 | 0.88 | 0.77 | 0.46 | 352.56 | 0.79 | 0.3 |
| Hex | 89 | 10 | 1F | 0 | 58 | 4D | 2E | 161 | 4F | 1E |
| Octal | 211 | 20 | 37 | 0 | 130 | 115 | 56 | 541 | 117 | 36 |
| Binary | 10001001 | 10000 | 11111 | 0 | 1011000 | 1001101 | 101110 | 101100001 | 1001111 | 11110 |
Color Harmonies of #89101F
Complementary color
Monochromatic Colors of #89101F
Black with #89101F
Text Example
Text Example
White with #89101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89101F; }
p { color: rgb(137,16,31); }
H1.HeaderClassName
{
color: #89101F;
}
.AnyTagClassName
{
color: #89101F;
}
</style>
background-color css
<style>
a { background-color: #89101F; }
a { background-color: rgb(137,16,31); }
div.DivClassName
{
background-color: #89101F;
}
.BgClassName
{
background-color: #89101F;
}
</style>
border-color css
<style>
span { border-color: #89101F; }
span { border-color: rgb(137,16,31); }
td.TdClassName
{
border-color: #89101F;
}
.TagClassName
{
border-color: #89101F;
}
</style>