Shades of Burgundy #890824
Tints of Burgundy #890824
RGB
CMYK
RGB Variations
Color information
#890824 (or 0x890824) is known color: Burgundy. HEX triplet: 89, 08 and 24. RGB value is (137,8,36). Sum of RGB (Red+Green+Blue) = 137+8+36=181 (23% of max value = 765). Red value is 137 (53.91% from 255 or 75.69% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 137 - color contains mainly: red. Hex color #890824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890824 is #76F7DB. Grayscale: #313131. Windows color (decimal): -7796700 or 2361481. OLE color: 2361481.
HSL color Cylindrical-coordinate representation of color #890824: hue angle of 346.98º 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 #890824 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 8 | 36 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.46 |
| HSL | 346.98º | 0.89% | 0.28% | - |
| HSV(B) | 346.98º | 0.94% | 0.54% | - |
| XYZ | 10.72 | 5.62 | 2.19 | - |
| YUV | 49.76 | 120.24 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 36 | 0 | 0.94 | 0.74 | 0.46 | 346.98 | 0.89 | 0.28 |
| Hex | 89 | 8 | 24 | 0 | 5E | 4A | 2E | 15B | 59 | 1C |
| Octal | 211 | 10 | 44 | 0 | 136 | 112 | 56 | 533 | 131 | 34 |
| Binary | 10001001 | 1000 | 100100 | 0 | 1011110 | 1001010 | 101110 | 101011011 | 1011001 | 11100 |
Color Harmonies of #890824
Complementary color
Monochromatic Colors of #890824
Black with #890824
Text Example
Text Example
White with #890824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890824; }
p { color: rgb(137,8,36); }
H1.HeaderClassName
{
color: #890824;
}
.AnyTagClassName
{
color: #890824;
}
</style>
background-color css
<style>
a { background-color: #890824; }
a { background-color: rgb(137,8,36); }
div.DivClassName
{
background-color: #890824;
}
.BgClassName
{
background-color: #890824;
}
</style>
border-color css
<style>
span { border-color: #890824; }
span { border-color: rgb(137,8,36); }
td.TdClassName
{
border-color: #890824;
}
.TagClassName
{
border-color: #890824;
}
</style>