Shades of Burgundy #890538
Tints of Burgundy #890538
RGB
CMYK
RGB Variations
Color information
#890538 (or 0x890538) is known color: Burgundy. HEX triplet: 89, 05 and 38. RGB value is (137,5,56). Sum of RGB (Red+Green+Blue) = 137+5+56=198 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.19% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 137 - color contains mainly: red. Hex color #890538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890538 is #76FAC7. Grayscale: #323232. Windows color (decimal): -7797448 or 3671433. OLE color: 3671433.
HSL color Cylindrical-coordinate representation of color #890538: hue angle of 336.82º 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 #890538 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 56 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.46 |
| HSL | 336.82º | 0.93% | 0.28% | - |
| HSV(B) | 336.82º | 0.96% | 0.54% | - |
| XYZ | 11.08 | 5.71 | 4.26 | - |
| YUV | 50.28 | 131.23 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 56 | 0 | 0.96 | 0.59 | 0.46 | 336.82 | 0.93 | 0.28 |
| Hex | 89 | 5 | 38 | 0 | 60 | 3B | 2E | 151 | 5D | 1C |
| Octal | 211 | 5 | 70 | 0 | 140 | 73 | 56 | 521 | 135 | 34 |
| Binary | 10001001 | 101 | 111000 | 0 | 1100000 | 111011 | 101110 | 101010001 | 1011101 | 11100 |
Color Harmonies of #890538
Complementary color
Monochromatic Colors of #890538
Black with #890538
Text Example
Text Example
White with #890538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890538; }
p { color: rgb(137,5,56); }
H1.HeaderClassName
{
color: #890538;
}
.AnyTagClassName
{
color: #890538;
}
</style>
background-color css
<style>
a { background-color: #890538; }
a { background-color: rgb(137,5,56); }
div.DivClassName
{
background-color: #890538;
}
.BgClassName
{
background-color: #890538;
}
</style>
border-color css
<style>
span { border-color: #890538; }
span { border-color: rgb(137,5,56); }
td.TdClassName
{
border-color: #890538;
}
.TagClassName
{
border-color: #890538;
}
</style>