Shades of Burgundy #890A2C
Tints of Burgundy #890A2C
RGB
CMYK
RGB Variations
Color information
#890A2C (or 0x890A2C) is known color: Burgundy. HEX triplet: 89, 0A and 2C. RGB value is (137,10,44). Sum of RGB (Red+Green+Blue) = 137+10+44=191 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.73% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 137 - color contains mainly: red. Hex color #890A2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A2C is #76F5D3. Grayscale: #333333. Windows color (decimal): -7796180 or 2886281. OLE color: 2886281.
HSL color Cylindrical-coordinate representation of color #890A2C: hue angle of 343.94º degrees, saturation: 0.86, 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 #890A2C is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 44 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.46 |
| HSL | 343.94º | 0.86% | 0.29% | - |
| HSV(B) | 343.94º | 0.93% | 0.54% | - |
| XYZ | 10.88 | 5.72 | 2.91 | - |
| YUV | 51.85 | 123.58 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 44 | 0 | 0.93 | 0.68 | 0.46 | 343.94 | 0.86 | 0.29 |
| Hex | 89 | A | 2C | 0 | 5D | 44 | 2E | 158 | 56 | 1D |
| Octal | 211 | 12 | 54 | 0 | 135 | 104 | 56 | 530 | 126 | 35 |
| Binary | 10001001 | 1010 | 101100 | 0 | 1011101 | 1000100 | 101110 | 101011000 | 1010110 | 11101 |
Color Harmonies of #890A2C
Complementary color
Monochromatic Colors of #890A2C
Black with #890A2C
Text Example
Text Example
White with #890A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A2C; }
p { color: rgb(137,10,44); }
H1.HeaderClassName
{
color: #890A2C;
}
.AnyTagClassName
{
color: #890A2C;
}
</style>
background-color css
<style>
a { background-color: #890A2C; }
a { background-color: rgb(137,10,44); }
div.DivClassName
{
background-color: #890A2C;
}
.BgClassName
{
background-color: #890A2C;
}
</style>
border-color css
<style>
span { border-color: #890A2C; }
span { border-color: rgb(137,10,44); }
td.TdClassName
{
border-color: #890A2C;
}
.TagClassName
{
border-color: #890A2C;
}
</style>