Shades of Burgundy #890B31
Tints of Burgundy #890B31
RGB
CMYK
RGB Variations
Color information
#890B31 (or 0x890B31) is known color: Burgundy. HEX triplet: 89, 0B and 31. RGB value is (137,11,49). Sum of RGB (Red+Green+Blue) = 137+11+49=197 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.54% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 137 - color contains mainly: red. Hex color #890B31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890B31 is #76F4CE. Grayscale: #343434. Windows color (decimal): -7795919 or 3214217. OLE color: 3214217.
HSL color Cylindrical-coordinate representation of color #890B31: hue angle of 341.9º 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 #890B31 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 11 | 49 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.46 |
| HSL | 341.9º | 0.85% | 0.29% | - |
| HSV(B) | 341.9º | 0.92% | 0.54% | - |
| XYZ | 10.99 | 5.78 | 3.44 | - |
| YUV | 53.01 | 125.74 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 49 | 0 | 0.92 | 0.64 | 0.46 | 341.9 | 0.85 | 0.29 |
| Hex | 89 | B | 31 | 0 | 5C | 40 | 2E | 156 | 55 | 1D |
| Octal | 211 | 13 | 61 | 0 | 134 | 100 | 56 | 526 | 125 | 35 |
| Binary | 10001001 | 1011 | 110001 | 0 | 1011100 | 1000000 | 101110 | 101010110 | 1010101 | 11101 |
Color Harmonies of #890B31
Complementary color
Monochromatic Colors of #890B31
Black with #890B31
Text Example
Text Example
White with #890B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B31; }
p { color: rgb(137,11,49); }
H1.HeaderClassName
{
color: #890B31;
}
.AnyTagClassName
{
color: #890B31;
}
</style>
background-color css
<style>
a { background-color: #890B31; }
a { background-color: rgb(137,11,49); }
div.DivClassName
{
background-color: #890B31;
}
.BgClassName
{
background-color: #890B31;
}
</style>
border-color css
<style>
span { border-color: #890B31; }
span { border-color: rgb(137,11,49); }
td.TdClassName
{
border-color: #890B31;
}
.TagClassName
{
border-color: #890B31;
}
</style>