Shades of Burgundy #890534
Tints of Burgundy #890534
RGB
CMYK
RGB Variations
Color information
#890534 (or 0x890534) is known color: Burgundy. HEX triplet: 89, 05 and 34. RGB value is (137,5,52). Sum of RGB (Red+Green+Blue) = 137+5+52=194 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.62% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 137 - color contains mainly: red. Hex color #890534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890534 is #76FACB. Grayscale: #313131. Windows color (decimal): -7797452 or 3409289. OLE color: 3409289.
HSL color Cylindrical-coordinate representation of color #890534: hue angle of 338.64º 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 #890534 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 52 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.46 |
| HSL | 338.64º | 0.93% | 0.28% | - |
| HSV(B) | 338.64º | 0.96% | 0.54% | - |
| XYZ | 10.99 | 5.67 | 3.76 | - |
| YUV | 49.83 | 129.23 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 52 | 0 | 0.96 | 0.62 | 0.46 | 338.64 | 0.93 | 0.28 |
| Hex | 89 | 5 | 34 | 0 | 60 | 3E | 2E | 153 | 5D | 1C |
| Octal | 211 | 5 | 64 | 0 | 140 | 76 | 56 | 523 | 135 | 34 |
| Binary | 10001001 | 101 | 110100 | 0 | 1100000 | 111110 | 101110 | 101010011 | 1011101 | 11100 |
Color Harmonies of #890534
Complementary color
Monochromatic Colors of #890534
Black with #890534
Text Example
Text Example
White with #890534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890534; }
p { color: rgb(137,5,52); }
H1.HeaderClassName
{
color: #890534;
}
.AnyTagClassName
{
color: #890534;
}
</style>
background-color css
<style>
a { background-color: #890534; }
a { background-color: rgb(137,5,52); }
div.DivClassName
{
background-color: #890534;
}
.BgClassName
{
background-color: #890534;
}
</style>
border-color css
<style>
span { border-color: #890534; }
span { border-color: rgb(137,5,52); }
td.TdClassName
{
border-color: #890534;
}
.TagClassName
{
border-color: #890534;
}
</style>