Shades of Burgundy #890A24
Tints of Burgundy #890A24
RGB
CMYK
RGB Variations
Color information
#890A24 (or 0x890A24) is known color: Burgundy. HEX triplet: 89, 0A and 24. RGB value is (137,10,36). Sum of RGB (Red+Green+Blue) = 137+10+36=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #890A24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A24 is #76F5DB. Grayscale: #323232. Windows color (decimal): -7796188 or 2361993. OLE color: 2361993.
HSL color Cylindrical-coordinate representation of color #890A24: hue angle of 347.72º 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 #890A24 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 36 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.46 |
| HSL | 347.72º | 0.86% | 0.29% | - |
| HSV(B) | 347.72º | 0.93% | 0.54% | - |
| XYZ | 10.74 | 5.66 | 2.2 | - |
| YUV | 50.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 36 | 0 | 0.93 | 0.74 | 0.46 | 347.72 | 0.86 | 0.29 |
| Hex | 89 | A | 24 | 0 | 5D | 4A | 2E | 15C | 56 | 1D |
| Octal | 211 | 12 | 44 | 0 | 135 | 112 | 56 | 534 | 126 | 35 |
| Binary | 10001001 | 1010 | 100100 | 0 | 1011101 | 1001010 | 101110 | 101011100 | 1010110 | 11101 |
Color Harmonies of #890A24
Complementary color
Monochromatic Colors of #890A24
Black with #890A24
Text Example
Text Example
White with #890A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A24; }
p { color: rgb(137,10,36); }
H1.HeaderClassName
{
color: #890A24;
}
.AnyTagClassName
{
color: #890A24;
}
</style>
background-color css
<style>
a { background-color: #890A24; }
a { background-color: rgb(137,10,36); }
div.DivClassName
{
background-color: #890A24;
}
.BgClassName
{
background-color: #890A24;
}
</style>
border-color css
<style>
span { border-color: #890A24; }
span { border-color: rgb(137,10,36); }
td.TdClassName
{
border-color: #890A24;
}
.TagClassName
{
border-color: #890A24;
}
</style>