Shades of Burgundy #890532
Tints of Burgundy #890532
RGB
CMYK
RGB Variations
Color information
#890532 (or 0x890532) is known color: Burgundy. HEX triplet: 89, 05 and 32. RGB value is (137,5,50). Sum of RGB (Red+Green+Blue) = 137+5+50=192 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.35% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 137 - color contains mainly: red. Hex color #890532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890532 is #76FACD. Grayscale: #313131. Windows color (decimal): -7797454 or 3278217. OLE color: 3278217.
HSL color Cylindrical-coordinate representation of color #890532: hue angle of 339.55º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890532 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 50 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.46 |
| HSL | 339.55º | 0.93% | 0.28% | - |
| HSV(B) | 339.55º | 0.96% | 0.54% | - |
| XYZ | 10.95 | 5.66 | 3.53 | - |
| YUV | 49.6 | 128.23 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 50 | 0 | 0.96 | 0.64 | 0.46 | 339.55 | 0.93 | 0.28 |
| Hex | 89 | 5 | 32 | 0 | 60 | 40 | 2E | 154 | 5D | 1C |
| Octal | 211 | 5 | 62 | 0 | 140 | 100 | 56 | 524 | 135 | 34 |
| Binary | 10001001 | 101 | 110010 | 0 | 1100000 | 1000000 | 101110 | 101010100 | 1011101 | 11100 |
Color Harmonies of #890532
Complementary color
Monochromatic Colors of #890532
Black with #890532
Text Example
Text Example
White with #890532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890532; }
p { color: rgb(137,5,50); }
H1.HeaderClassName
{
color: #890532;
}
.AnyTagClassName
{
color: #890532;
}
</style>
background-color css
<style>
a { background-color: #890532; }
a { background-color: rgb(137,5,50); }
div.DivClassName
{
background-color: #890532;
}
.BgClassName
{
background-color: #890532;
}
</style>
border-color css
<style>
span { border-color: #890532; }
span { border-color: rgb(137,5,50); }
td.TdClassName
{
border-color: #890532;
}
.TagClassName
{
border-color: #890532;
}
</style>