Shades of Burgundy #890B32
Tints of Burgundy #890B32
RGB
CMYK
RGB Variations
Color information
#890B32 (or 0x890B32) is known color: Burgundy. HEX triplet: 89, 0B and 32. RGB value is (137,11,50). Sum of RGB (Red+Green+Blue) = 137+11+50=198 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.19% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 137 - color contains mainly: red. Hex color #890B32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890B32 is #76F4CD. Grayscale: #353535. Windows color (decimal): -7795918 or 3279753. OLE color: 3279753.
HSL color Cylindrical-coordinate representation of color #890B32: hue angle of 341.43º 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 #890B32 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 11 | 50 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.46 |
| HSL | 341.43º | 0.85% | 0.29% | - |
| HSV(B) | 341.43º | 0.92% | 0.54% | - |
| XYZ | 11.01 | 5.79 | 3.55 | - |
| YUV | 53.12 | 126.24 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 50 | 0 | 0.92 | 0.64 | 0.46 | 341.43 | 0.85 | 0.29 |
| Hex | 89 | B | 32 | 0 | 5C | 40 | 2E | 155 | 55 | 1D |
| Octal | 211 | 13 | 62 | 0 | 134 | 100 | 56 | 525 | 125 | 35 |
| Binary | 10001001 | 1011 | 110010 | 0 | 1011100 | 1000000 | 101110 | 101010101 | 1010101 | 11101 |
Color Harmonies of #890B32
Complementary color
Monochromatic Colors of #890B32
Black with #890B32
Text Example
Text Example
White with #890B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B32; }
p { color: rgb(137,11,50); }
H1.HeaderClassName
{
color: #890B32;
}
.AnyTagClassName
{
color: #890B32;
}
</style>
background-color css
<style>
a { background-color: #890B32; }
a { background-color: rgb(137,11,50); }
div.DivClassName
{
background-color: #890B32;
}
.BgClassName
{
background-color: #890B32;
}
</style>
border-color css
<style>
span { border-color: #890B32; }
span { border-color: rgb(137,11,50); }
td.TdClassName
{
border-color: #890B32;
}
.TagClassName
{
border-color: #890B32;
}
</style>