Shades of Burgundy #890F34
Tints of Burgundy #890F34
RGB
CMYK
RGB Variations
Color information
#890F34 (or 0x890F34) is known color: Burgundy. HEX triplet: 89, 0F and 34. RGB value is (137,15,52). Sum of RGB (Red+Green+Blue) = 137+15+52=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #890F34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890F34 is #76F0CB. Grayscale: #373737. Windows color (decimal): -7794892 or 3411849. OLE color: 3411849.
HSL color Cylindrical-coordinate representation of color #890F34: hue angle of 341.8º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #890F34 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 15 | 52 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.46 |
| HSL | 341.8º | 0.8% | 0.3% | - |
| HSV(B) | 341.8º | 0.89% | 0.54% | - |
| XYZ | 11.11 | 5.91 | 3.8 | - |
| YUV | 55.7 | 125.92 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 52 | 0 | 0.89 | 0.62 | 0.46 | 341.8 | 0.8 | 0.3 |
| Hex | 89 | F | 34 | 0 | 59 | 3E | 2E | 156 | 50 | 1E |
| Octal | 211 | 17 | 64 | 0 | 131 | 76 | 56 | 526 | 120 | 36 |
| Binary | 10001001 | 1111 | 110100 | 0 | 1011001 | 111110 | 101110 | 101010110 | 1010000 | 11110 |
Color Harmonies of #890F34
Complementary color
Monochromatic Colors of #890F34
Black with #890F34
Text Example
Text Example
White with #890F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890F34; }
p { color: rgb(137,15,52); }
H1.HeaderClassName
{
color: #890F34;
}
.AnyTagClassName
{
color: #890F34;
}
</style>
background-color css
<style>
a { background-color: #890F34; }
a { background-color: rgb(137,15,52); }
div.DivClassName
{
background-color: #890F34;
}
.BgClassName
{
background-color: #890F34;
}
</style>
border-color css
<style>
span { border-color: #890F34; }
span { border-color: rgb(137,15,52); }
td.TdClassName
{
border-color: #890F34;
}
.TagClassName
{
border-color: #890F34;
}
</style>