Shades of Burgundy #890B34
Tints of Burgundy #890B34
RGB
CMYK
RGB Variations
Color information
#890B34 (or 0x890B34) is known color: Burgundy. HEX triplet: 89, 0B and 34. RGB value is (137,11,52). Sum of RGB (Red+Green+Blue) = 137+11+52=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #890B34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890B34 is #76F4CB. Grayscale: #353535. Windows color (decimal): -7795916 or 3410825. OLE color: 3410825.
HSL color Cylindrical-coordinate representation of color #890B34: hue angle of 340.48º 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 #890B34 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 11 | 52 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.46 |
| HSL | 340.48º | 0.85% | 0.29% | - |
| HSV(B) | 340.48º | 0.92% | 0.54% | - |
| XYZ | 11.06 | 5.81 | 3.79 | - |
| YUV | 53.35 | 127.24 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 52 | 0 | 0.92 | 0.62 | 0.46 | 340.48 | 0.85 | 0.29 |
| Hex | 89 | B | 34 | 0 | 5C | 3E | 2E | 154 | 55 | 1D |
| Octal | 211 | 13 | 64 | 0 | 134 | 76 | 56 | 524 | 125 | 35 |
| Binary | 10001001 | 1011 | 110100 | 0 | 1011100 | 111110 | 101110 | 101010100 | 1010101 | 11101 |
Color Harmonies of #890B34
Complementary color
Monochromatic Colors of #890B34
Black with #890B34
Text Example
Text Example
White with #890B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B34; }
p { color: rgb(137,11,52); }
H1.HeaderClassName
{
color: #890B34;
}
.AnyTagClassName
{
color: #890B34;
}
</style>
background-color css
<style>
a { background-color: #890B34; }
a { background-color: rgb(137,11,52); }
div.DivClassName
{
background-color: #890B34;
}
.BgClassName
{
background-color: #890B34;
}
</style>
border-color css
<style>
span { border-color: #890B34; }
span { border-color: rgb(137,11,52); }
td.TdClassName
{
border-color: #890B34;
}
.TagClassName
{
border-color: #890B34;
}
</style>