Shades of Burgundy #890920
Tints of Burgundy #890920
RGB
CMYK
RGB Variations
Color information
#890920 (or 0x890920) is known color: Burgundy. HEX triplet: 89, 09 and 20. RGB value is (137,9,32). Sum of RGB (Red+Green+Blue) = 137+9+32=178 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.97% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 137 - color contains mainly: red. Hex color #890920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890920 is #76F6DF. Grayscale: #313131. Windows color (decimal): -7796448 or 2099593. OLE color: 2099593.
HSL color Cylindrical-coordinate representation of color #890920: hue angle of 349.22º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890920 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 9 | 32 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.46 |
| HSL | 349.22º | 0.88% | 0.29% | - |
| HSV(B) | 349.22º | 0.93% | 0.54% | - |
| XYZ | 10.67 | 5.62 | 1.89 | - |
| YUV | 49.89 | 117.91 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 9 | 32 | 0 | 0.93 | 0.77 | 0.46 | 349.22 | 0.88 | 0.29 |
| Hex | 89 | 9 | 20 | 0 | 5D | 4D | 2E | 15D | 58 | 1D |
| Octal | 211 | 11 | 40 | 0 | 135 | 115 | 56 | 535 | 130 | 35 |
| Binary | 10001001 | 1001 | 100000 | 0 | 1011101 | 1001101 | 101110 | 101011101 | 1011000 | 11101 |
Color Harmonies of #890920
Complementary color
Monochromatic Colors of #890920
Black with #890920
Text Example
Text Example
White with #890920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890920; }
p { color: rgb(137,9,32); }
H1.HeaderClassName
{
color: #890920;
}
.AnyTagClassName
{
color: #890920;
}
</style>
background-color css
<style>
a { background-color: #890920; }
a { background-color: rgb(137,9,32); }
div.DivClassName
{
background-color: #890920;
}
.BgClassName
{
background-color: #890920;
}
</style>
border-color css
<style>
span { border-color: #890920; }
span { border-color: rgb(137,9,32); }
td.TdClassName
{
border-color: #890920;
}
.TagClassName
{
border-color: #890920;
}
</style>