Shades of Burgundy #890826
Tints of Burgundy #890826
RGB
CMYK
RGB Variations
Color information
#890826 (or 0x890826) is known color: Burgundy. HEX triplet: 89, 08 and 26. RGB value is (137,8,38). Sum of RGB (Red+Green+Blue) = 137+8+38=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #890826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890826 is #76F7D9. Grayscale: #323232. Windows color (decimal): -7796698 or 2492553. OLE color: 2492553.
HSL color Cylindrical-coordinate representation of color #890826: hue angle of 346.05º 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 #890826 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 8 | 38 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.46 |
| HSL | 346.05º | 0.89% | 0.28% | - |
| HSV(B) | 346.05º | 0.94% | 0.54% | - |
| XYZ | 10.75 | 5.63 | 2.35 | - |
| YUV | 49.99 | 121.24 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 38 | 0 | 0.94 | 0.72 | 0.46 | 346.05 | 0.89 | 0.28 |
| Hex | 89 | 8 | 26 | 0 | 5E | 48 | 2E | 15A | 59 | 1C |
| Octal | 211 | 10 | 46 | 0 | 136 | 110 | 56 | 532 | 131 | 34 |
| Binary | 10001001 | 1000 | 100110 | 0 | 1011110 | 1001000 | 101110 | 101011010 | 1011001 | 11100 |
Color Harmonies of #890826
Complementary color
Monochromatic Colors of #890826
Black with #890826
Text Example
Text Example
White with #890826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890826; }
p { color: rgb(137,8,38); }
H1.HeaderClassName
{
color: #890826;
}
.AnyTagClassName
{
color: #890826;
}
</style>
background-color css
<style>
a { background-color: #890826; }
a { background-color: rgb(137,8,38); }
div.DivClassName
{
background-color: #890826;
}
.BgClassName
{
background-color: #890826;
}
</style>
border-color css
<style>
span { border-color: #890826; }
span { border-color: rgb(137,8,38); }
td.TdClassName
{
border-color: #890826;
}
.TagClassName
{
border-color: #890826;
}
</style>