Shades of Burgundy #890A26
Tints of Burgundy #890A26
RGB
CMYK
RGB Variations
Color information
#890A26 (or 0x890A26) is known color: Burgundy. HEX triplet: 89, 0A and 26. RGB value is (137,10,38). Sum of RGB (Red+Green+Blue) = 137+10+38=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #890A26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A26 is #76F5D9. Grayscale: #333333. Windows color (decimal): -7796186 or 2493065. OLE color: 2493065.
HSL color Cylindrical-coordinate representation of color #890A26: hue angle of 346.77º degrees, saturation: 0.86, 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 #890A26 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 38 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.46 |
| HSL | 346.77º | 0.86% | 0.29% | - |
| HSV(B) | 346.77º | 0.93% | 0.54% | - |
| XYZ | 10.77 | 5.68 | 2.36 | - |
| YUV | 51.17 | 120.58 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 38 | 0 | 0.93 | 0.72 | 0.46 | 346.77 | 0.86 | 0.29 |
| Hex | 89 | A | 26 | 0 | 5D | 48 | 2E | 15B | 56 | 1D |
| Octal | 211 | 12 | 46 | 0 | 135 | 110 | 56 | 533 | 126 | 35 |
| Binary | 10001001 | 1010 | 100110 | 0 | 1011101 | 1001000 | 101110 | 101011011 | 1010110 | 11101 |
Color Harmonies of #890A26
Complementary color
Monochromatic Colors of #890A26
Black with #890A26
Text Example
Text Example
White with #890A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A26; }
p { color: rgb(137,10,38); }
H1.HeaderClassName
{
color: #890A26;
}
.AnyTagClassName
{
color: #890A26;
}
</style>
background-color css
<style>
a { background-color: #890A26; }
a { background-color: rgb(137,10,38); }
div.DivClassName
{
background-color: #890A26;
}
.BgClassName
{
background-color: #890A26;
}
</style>
border-color css
<style>
span { border-color: #890A26; }
span { border-color: rgb(137,10,38); }
td.TdClassName
{
border-color: #890A26;
}
.TagClassName
{
border-color: #890A26;
}
</style>