Shades of Burgundy #890A40
Tints of Burgundy #890A40
RGB
CMYK
RGB Variations
Color information
#890A40 (or 0x890A40) is known color: Burgundy. HEX triplet: 89, 0A and 40. RGB value is (137,10,64). Sum of RGB (Red+Green+Blue) = 137+10+64=211 (27% of max value = 765). Red value is 137 (53.91% from 255 or 64.93% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 137 - color contains mainly: red. Hex color #890A40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A40 is #76F5BF. Grayscale: #363636. Windows color (decimal): -7796160 or 4197001. OLE color: 4197001.
HSL color Cylindrical-coordinate representation of color #890A40: hue angle of 334.49º 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 #890A40 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 64 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.46 |
| HSL | 334.49º | 0.86% | 0.29% | - |
| HSV(B) | 334.49º | 0.93% | 0.54% | - |
| XYZ | 11.35 | 5.91 | 5.39 | - |
| YUV | 54.13 | 133.58 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 64 | 0 | 0.93 | 0.53 | 0.46 | 334.49 | 0.86 | 0.29 |
| Hex | 89 | A | 40 | 0 | 5D | 35 | 2E | 14E | 56 | 1D |
| Octal | 211 | 12 | 100 | 0 | 135 | 65 | 56 | 516 | 126 | 35 |
| Binary | 10001001 | 1010 | 1000000 | 0 | 1011101 | 110101 | 101110 | 101001110 | 1010110 | 11101 |
Color Harmonies of #890A40
Complementary color
Monochromatic Colors of #890A40
Black with #890A40
Text Example
Text Example
White with #890A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A40; }
p { color: rgb(137,10,64); }
H1.HeaderClassName
{
color: #890A40;
}
.AnyTagClassName
{
color: #890A40;
}
</style>
background-color css
<style>
a { background-color: #890A40; }
a { background-color: rgb(137,10,64); }
div.DivClassName
{
background-color: #890A40;
}
.BgClassName
{
background-color: #890A40;
}
</style>
border-color css
<style>
span { border-color: #890A40; }
span { border-color: rgb(137,10,64); }
td.TdClassName
{
border-color: #890A40;
}
.TagClassName
{
border-color: #890A40;
}
</style>