Shades of Burgundy #890A32
Tints of Burgundy #890A32
RGB
CMYK
RGB Variations
Color information
#890A32 (or 0x890A32) is known color: Burgundy. HEX triplet: 89, 0A and 32. RGB value is (137,10,50). Sum of RGB (Red+Green+Blue) = 137+10+50=197 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.54% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 137 - color contains mainly: red. Hex color #890A32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A32 is #76F5CD. Grayscale: #343434. Windows color (decimal): -7796174 or 3279497. OLE color: 3279497.
HSL color Cylindrical-coordinate representation of color #890A32: hue angle of 341.1º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890A32 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 50 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.46 |
| HSL | 341.1º | 0.86% | 0.29% | - |
| HSV(B) | 341.1º | 0.93% | 0.54% | - |
| XYZ | 11 | 5.77 | 3.55 | - |
| YUV | 52.53 | 126.58 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 50 | 0 | 0.93 | 0.64 | 0.46 | 341.1 | 0.86 | 0.29 |
| Hex | 89 | A | 32 | 0 | 5D | 40 | 2E | 155 | 56 | 1D |
| Octal | 211 | 12 | 62 | 0 | 135 | 100 | 56 | 525 | 126 | 35 |
| Binary | 10001001 | 1010 | 110010 | 0 | 1011101 | 1000000 | 101110 | 101010101 | 1010110 | 11101 |
Color Harmonies of #890A32
Complementary color
Monochromatic Colors of #890A32
Black with #890A32
Text Example
Text Example
White with #890A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A32; }
p { color: rgb(137,10,50); }
H1.HeaderClassName
{
color: #890A32;
}
.AnyTagClassName
{
color: #890A32;
}
</style>
background-color css
<style>
a { background-color: #890A32; }
a { background-color: rgb(137,10,50); }
div.DivClassName
{
background-color: #890A32;
}
.BgClassName
{
background-color: #890A32;
}
</style>
border-color css
<style>
span { border-color: #890A32; }
span { border-color: rgb(137,10,50); }
td.TdClassName
{
border-color: #890A32;
}
.TagClassName
{
border-color: #890A32;
}
</style>