Shades of Burgundy #890B20
Tints of Burgundy #890B20
RGB
CMYK
RGB Variations
Color information
#890B20 (or 0x890B20) is known color: Burgundy. HEX triplet: 89, 0B and 20. RGB value is (137,11,32). Sum of RGB (Red+Green+Blue) = 137+11+32=180 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.11% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 137 - color contains mainly: red. Hex color #890B20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890B20 is #76F4DF. Grayscale: #333333. Windows color (decimal): -7795936 or 2100105. OLE color: 2100105.
HSL color Cylindrical-coordinate representation of color #890B20: hue angle of 350º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890B20 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 11 | 32 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.46 |
| HSL | 350º | 0.85% | 0.29% | - |
| HSV(B) | 350º | 0.92% | 0.54% | - |
| XYZ | 10.7 | 5.66 | 1.9 | - |
| YUV | 51.07 | 117.24 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 32 | 0 | 0.92 | 0.77 | 0.46 | 350 | 0.85 | 0.29 |
| Hex | 89 | B | 20 | 0 | 5C | 4D | 2E | 15E | 55 | 1D |
| Octal | 211 | 13 | 40 | 0 | 134 | 115 | 56 | 536 | 125 | 35 |
| Binary | 10001001 | 1011 | 100000 | 0 | 1011100 | 1001101 | 101110 | 101011110 | 1010101 | 11101 |
Color Harmonies of #890B20
Complementary color
Monochromatic Colors of #890B20
Black with #890B20
Text Example
Text Example
White with #890B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B20; }
p { color: rgb(137,11,32); }
H1.HeaderClassName
{
color: #890B20;
}
.AnyTagClassName
{
color: #890B20;
}
</style>
background-color css
<style>
a { background-color: #890B20; }
a { background-color: rgb(137,11,32); }
div.DivClassName
{
background-color: #890B20;
}
.BgClassName
{
background-color: #890B20;
}
</style>
border-color css
<style>
span { border-color: #890B20; }
span { border-color: rgb(137,11,32); }
td.TdClassName
{
border-color: #890B20;
}
.TagClassName
{
border-color: #890B20;
}
</style>