Shades of Burgundy #890526
Tints of Burgundy #890526
RGB
CMYK
RGB Variations
Color information
#890526 (or 0x890526) is known color: Burgundy. HEX triplet: 89, 05 and 26. RGB value is (137,5,38). Sum of RGB (Red+Green+Blue) = 137+5+38=180 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.11% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 137 - color contains mainly: red. Hex color #890526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890526 is #76FAD9. Grayscale: #303030. Windows color (decimal): -7797466 or 2491785. OLE color: 2491785.
HSL color Cylindrical-coordinate representation of color #890526: hue angle of 345º 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 #890526 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 38 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.46 |
| HSL | 345º | 0.93% | 0.28% | - |
| HSV(B) | 345º | 0.96% | 0.54% | - |
| XYZ | 10.72 | 5.57 | 2.34 | - |
| YUV | 48.23 | 122.23 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 38 | 0 | 0.96 | 0.72 | 0.46 | 345 | 0.93 | 0.28 |
| Hex | 89 | 5 | 26 | 0 | 60 | 48 | 2E | 159 | 5D | 1C |
| Octal | 211 | 5 | 46 | 0 | 140 | 110 | 56 | 531 | 135 | 34 |
| Binary | 10001001 | 101 | 100110 | 0 | 1100000 | 1001000 | 101110 | 101011001 | 1011101 | 11100 |
Color Harmonies of #890526
Complementary color
Monochromatic Colors of #890526
Black with #890526
Text Example
Text Example
White with #890526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890526; }
p { color: rgb(137,5,38); }
H1.HeaderClassName
{
color: #890526;
}
.AnyTagClassName
{
color: #890526;
}
</style>
background-color css
<style>
a { background-color: #890526; }
a { background-color: rgb(137,5,38); }
div.DivClassName
{
background-color: #890526;
}
.BgClassName
{
background-color: #890526;
}
</style>
border-color css
<style>
span { border-color: #890526; }
span { border-color: rgb(137,5,38); }
td.TdClassName
{
border-color: #890526;
}
.TagClassName
{
border-color: #890526;
}
</style>