Shades of Burgundy #890C21
Tints of Burgundy #890C21
RGB
CMYK
RGB Variations
Color information
#890C21 (or 0x890C21) is known color: Burgundy. HEX triplet: 89, 0C and 21. RGB value is (137,12,33). Sum of RGB (Red+Green+Blue) = 137+12+33=182 (24% of max value = 765). Red value is 137 (53.91% from 255 or 75.27% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 137 - color contains mainly: red. Hex color #890C21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890C21 is #76F3DE. Grayscale: #333333. Windows color (decimal): -7795679 or 2165897. OLE color: 2165897.
HSL color Cylindrical-coordinate representation of color #890C21: hue angle of 349.92º 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 #890C21 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 33 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.46 |
| HSL | 349.92º | 0.84% | 0.29% | - |
| HSV(B) | 349.92º | 0.91% | 0.54% | - |
| XYZ | 10.72 | 5.69 | 1.97 | - |
| YUV | 51.77 | 117.41 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 33 | 0 | 0.91 | 0.76 | 0.46 | 349.92 | 0.84 | 0.29 |
| Hex | 89 | C | 21 | 0 | 5B | 4C | 2E | 15E | 54 | 1D |
| Octal | 211 | 14 | 41 | 0 | 133 | 114 | 56 | 536 | 124 | 35 |
| Binary | 10001001 | 1100 | 100001 | 0 | 1011011 | 1001100 | 101110 | 101011110 | 1010100 | 11101 |
Color Harmonies of #890C21
Complementary color
Monochromatic Colors of #890C21
Black with #890C21
Text Example
Text Example
White with #890C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C21; }
p { color: rgb(137,12,33); }
H1.HeaderClassName
{
color: #890C21;
}
.AnyTagClassName
{
color: #890C21;
}
</style>
background-color css
<style>
a { background-color: #890C21; }
a { background-color: rgb(137,12,33); }
div.DivClassName
{
background-color: #890C21;
}
.BgClassName
{
background-color: #890C21;
}
</style>
border-color css
<style>
span { border-color: #890C21; }
span { border-color: rgb(137,12,33); }
td.TdClassName
{
border-color: #890C21;
}
.TagClassName
{
border-color: #890C21;
}
</style>