Shades of Burgundy #890820
Tints of Burgundy #890820
RGB
CMYK
RGB Variations
Color information
#890820 (or 0x890820) is known color: Burgundy. HEX triplet: 89, 08 and 20. RGB value is (137,8,32). Sum of RGB (Red+Green+Blue) = 137+8+32=177 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.40% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 137 - color contains mainly: red. Hex color #890820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890820 is #76F7DF. Grayscale: #313131. Windows color (decimal): -7796704 or 2099337. OLE color: 2099337.
HSL color Cylindrical-coordinate representation of color #890820: hue angle of 348.84º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890820 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 8 | 32 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.46 |
| HSL | 348.84º | 0.89% | 0.28% | - |
| HSV(B) | 348.84º | 0.94% | 0.54% | - |
| XYZ | 10.66 | 5.6 | 1.88 | - |
| YUV | 49.31 | 118.24 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 32 | 0 | 0.94 | 0.77 | 0.46 | 348.84 | 0.89 | 0.28 |
| Hex | 89 | 8 | 20 | 0 | 5E | 4D | 2E | 15D | 59 | 1C |
| Octal | 211 | 10 | 40 | 0 | 136 | 115 | 56 | 535 | 131 | 34 |
| Binary | 10001001 | 1000 | 100000 | 0 | 1011110 | 1001101 | 101110 | 101011101 | 1011001 | 11100 |
Color Harmonies of #890820
Complementary color
Monochromatic Colors of #890820
Black with #890820
Text Example
Text Example
White with #890820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890820; }
p { color: rgb(137,8,32); }
H1.HeaderClassName
{
color: #890820;
}
.AnyTagClassName
{
color: #890820;
}
</style>
background-color css
<style>
a { background-color: #890820; }
a { background-color: rgb(137,8,32); }
div.DivClassName
{
background-color: #890820;
}
.BgClassName
{
background-color: #890820;
}
</style>
border-color css
<style>
span { border-color: #890820; }
span { border-color: rgb(137,8,32); }
td.TdClassName
{
border-color: #890820;
}
.TagClassName
{
border-color: #890820;
}
</style>