Shades of Burgundy #89102C
Tints of Burgundy #89102C
RGB
CMYK
RGB Variations
Color information
#89102C (or 0x89102C) is known color: Burgundy. HEX triplet: 89, 10 and 2C. RGB value is (137,16,44). Sum of RGB (Red+Green+Blue) = 137+16+44=197 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.54% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 137 - color contains mainly: red. Hex color #89102C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89102C is #76EFD3. Grayscale: #373737. Windows color (decimal): -7794644 or 2887817. OLE color: 2887817.
HSL color Cylindrical-coordinate representation of color #89102C: hue angle of 346.12º 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 #89102C is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 16 | 44 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.46 |
| HSL | 346.12º | 0.79% | 0.3% | - |
| HSV(B) | 346.12º | 0.88% | 0.54% | - |
| XYZ | 10.96 | 5.87 | 2.94 | - |
| YUV | 55.37 | 121.59 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 16 | 44 | 0 | 0.88 | 0.68 | 0.46 | 346.12 | 0.79 | 0.3 |
| Hex | 89 | 10 | 2C | 0 | 58 | 44 | 2E | 15A | 4F | 1E |
| Octal | 211 | 20 | 54 | 0 | 130 | 104 | 56 | 532 | 117 | 36 |
| Binary | 10001001 | 10000 | 101100 | 0 | 1011000 | 1000100 | 101110 | 101011010 | 1001111 | 11110 |
Color Harmonies of #89102C
Complementary color
Monochromatic Colors of #89102C
Black with #89102C
Text Example
Text Example
White with #89102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89102C; }
p { color: rgb(137,16,44); }
H1.HeaderClassName
{
color: #89102C;
}
.AnyTagClassName
{
color: #89102C;
}
</style>
background-color css
<style>
a { background-color: #89102C; }
a { background-color: rgb(137,16,44); }
div.DivClassName
{
background-color: #89102C;
}
.BgClassName
{
background-color: #89102C;
}
</style>
border-color css
<style>
span { border-color: #89102C; }
span { border-color: rgb(137,16,44); }
td.TdClassName
{
border-color: #89102C;
}
.TagClassName
{
border-color: #89102C;
}
</style>