Shades of Burgundy #890A34
Tints of Burgundy #890A34
RGB
CMYK
RGB Variations
Color information
#890A34 (or 0x890A34) is known color: Burgundy. HEX triplet: 89, 0A and 34. RGB value is (137,10,52). Sum of RGB (Red+Green+Blue) = 137+10+52=199 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.84% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 137 - color contains mainly: red. Hex color #890A34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A34 is #76F5CB. Grayscale: #343434. Windows color (decimal): -7796172 or 3410569. OLE color: 3410569.
HSL color Cylindrical-coordinate representation of color #890A34: hue angle of 340.16º 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 #890A34 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 52 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.46 |
| HSL | 340.16º | 0.86% | 0.29% | - |
| HSV(B) | 340.16º | 0.93% | 0.54% | - |
| XYZ | 11.04 | 5.78 | 3.78 | - |
| YUV | 52.76 | 127.58 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 52 | 0 | 0.93 | 0.62 | 0.46 | 340.16 | 0.86 | 0.29 |
| Hex | 89 | A | 34 | 0 | 5D | 3E | 2E | 154 | 56 | 1D |
| Octal | 211 | 12 | 64 | 0 | 135 | 76 | 56 | 524 | 126 | 35 |
| Binary | 10001001 | 1010 | 110100 | 0 | 1011101 | 111110 | 101110 | 101010100 | 1010110 | 11101 |
Color Harmonies of #890A34
Complementary color
Monochromatic Colors of #890A34
Black with #890A34
Text Example
Text Example
White with #890A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A34; }
p { color: rgb(137,10,52); }
H1.HeaderClassName
{
color: #890A34;
}
.AnyTagClassName
{
color: #890A34;
}
</style>
background-color css
<style>
a { background-color: #890A34; }
a { background-color: rgb(137,10,52); }
div.DivClassName
{
background-color: #890A34;
}
.BgClassName
{
background-color: #890A34;
}
</style>
border-color css
<style>
span { border-color: #890A34; }
span { border-color: rgb(137,10,52); }
td.TdClassName
{
border-color: #890A34;
}
.TagClassName
{
border-color: #890A34;
}
</style>