Shades of Burgundy #890B37
Tints of Burgundy #890B37
RGB
CMYK
RGB Variations
Color information
#890B37 (or 0x890B37) is known color: Burgundy. HEX triplet: 89, 0B and 37. RGB value is (137,11,55). Sum of RGB (Red+Green+Blue) = 137+11+55=203 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.49% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 137 - color contains mainly: red. Hex color #890B37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890B37 is #76F4C8. Grayscale: #353535. Windows color (decimal): -7795913 or 3607433. OLE color: 3607433.
HSL color Cylindrical-coordinate representation of color #890B37: hue angle of 339.05º 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 #890B37 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 11 | 55 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.46 |
| HSL | 339.05º | 0.85% | 0.29% | - |
| HSV(B) | 339.05º | 0.92% | 0.54% | - |
| XYZ | 11.13 | 5.83 | 4.15 | - |
| YUV | 53.69 | 128.74 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 55 | 0 | 0.92 | 0.60 | 0.46 | 339.05 | 0.85 | 0.29 |
| Hex | 89 | B | 37 | 0 | 5C | 3C | 2E | 153 | 55 | 1D |
| Octal | 211 | 13 | 67 | 0 | 134 | 74 | 56 | 523 | 125 | 35 |
| Binary | 10001001 | 1011 | 110111 | 0 | 1011100 | 111100 | 101110 | 101010011 | 1010101 | 11101 |
Color Harmonies of #890B37
Complementary color
Monochromatic Colors of #890B37
Black with #890B37
Text Example
Text Example
White with #890B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B37; }
p { color: rgb(137,11,55); }
H1.HeaderClassName
{
color: #890B37;
}
.AnyTagClassName
{
color: #890B37;
}
</style>
background-color css
<style>
a { background-color: #890B37; }
a { background-color: rgb(137,11,55); }
div.DivClassName
{
background-color: #890B37;
}
.BgClassName
{
background-color: #890B37;
}
</style>
border-color css
<style>
span { border-color: #890B37; }
span { border-color: rgb(137,11,55); }
td.TdClassName
{
border-color: #890B37;
}
.TagClassName
{
border-color: #890B37;
}
</style>