Shades of Burgundy #890C20
Tints of Burgundy #890C20
RGB
CMYK
RGB Variations
Color information
#890C20 (or 0x890C20) is known color: Burgundy. HEX triplet: 89, 0C and 20. RGB value is (137,12,32). Sum of RGB (Red+Green+Blue) = 137+12+32=181 (23% of max value = 765). Red value is 137 (53.91% from 255 or 75.69% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 137 - color contains mainly: red. Hex color #890C20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890C20 is #76F3DF. Grayscale: #333333. Windows color (decimal): -7795680 or 2100361. OLE color: 2100361.
HSL color Cylindrical-coordinate representation of color #890C20: hue angle of 350.4º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890C20 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 32 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.46 |
| HSL | 350.4º | 0.84% | 0.29% | - |
| HSV(B) | 350.4º | 0.91% | 0.54% | - |
| XYZ | 10.71 | 5.69 | 1.9 | - |
| YUV | 51.66 | 116.91 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 32 | 0 | 0.91 | 0.77 | 0.46 | 350.4 | 0.84 | 0.29 |
| Hex | 89 | C | 20 | 0 | 5B | 4D | 2E | 15E | 54 | 1D |
| Octal | 211 | 14 | 40 | 0 | 133 | 115 | 56 | 536 | 124 | 35 |
| Binary | 10001001 | 1100 | 100000 | 0 | 1011011 | 1001101 | 101110 | 101011110 | 1010100 | 11101 |
Color Harmonies of #890C20
Complementary color
Monochromatic Colors of #890C20
Black with #890C20
Text Example
Text Example
White with #890C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C20; }
p { color: rgb(137,12,32); }
H1.HeaderClassName
{
color: #890C20;
}
.AnyTagClassName
{
color: #890C20;
}
</style>
background-color css
<style>
a { background-color: #890C20; }
a { background-color: rgb(137,12,32); }
div.DivClassName
{
background-color: #890C20;
}
.BgClassName
{
background-color: #890C20;
}
</style>
border-color css
<style>
span { border-color: #890C20; }
span { border-color: rgb(137,12,32); }
td.TdClassName
{
border-color: #890C20;
}
.TagClassName
{
border-color: #890C20;
}
</style>