Shades of Burgundy #890B29
Tints of Burgundy #890B29
RGB
CMYK
RGB Variations
Color information
#890B29 (or 0x890B29) is known color: Burgundy. HEX triplet: 89, 0B and 29. RGB value is (137,11,41). Sum of RGB (Red+Green+Blue) = 137+11+41=189 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.49% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 137 - color contains mainly: red. Hex color #890B29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890B29 is #76F4D6. Grayscale: #343434. Windows color (decimal): -7795927 or 2689929. OLE color: 2689929.
HSL color Cylindrical-coordinate representation of color #890B29: hue angle of 345.71º 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 #890B29 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 11 | 41 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.46 |
| HSL | 345.71º | 0.85% | 0.29% | - |
| HSV(B) | 345.71º | 0.92% | 0.54% | - |
| XYZ | 10.84 | 5.72 | 2.63 | - |
| YUV | 52.09 | 121.74 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 41 | 0 | 0.92 | 0.70 | 0.46 | 345.71 | 0.85 | 0.29 |
| Hex | 89 | B | 29 | 0 | 5C | 46 | 2E | 15A | 55 | 1D |
| Octal | 211 | 13 | 51 | 0 | 134 | 106 | 56 | 532 | 125 | 35 |
| Binary | 10001001 | 1011 | 101001 | 0 | 1011100 | 1000110 | 101110 | 101011010 | 1010101 | 11101 |
Color Harmonies of #890B29
Complementary color
Monochromatic Colors of #890B29
Black with #890B29
Text Example
Text Example
White with #890B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B29; }
p { color: rgb(137,11,41); }
H1.HeaderClassName
{
color: #890B29;
}
.AnyTagClassName
{
color: #890B29;
}
</style>
background-color css
<style>
a { background-color: #890B29; }
a { background-color: rgb(137,11,41); }
div.DivClassName
{
background-color: #890B29;
}
.BgClassName
{
background-color: #890B29;
}
</style>
border-color css
<style>
span { border-color: #890B29; }
span { border-color: rgb(137,11,41); }
td.TdClassName
{
border-color: #890B29;
}
.TagClassName
{
border-color: #890B29;
}
</style>