Shades of Burgundy #890D36
Tints of Burgundy #890D36
RGB
CMYK
RGB Variations
Color information
#890D36 (or 0x890D36) is known color: Burgundy. HEX triplet: 89, 0D and 36. RGB value is (137,13,54). Sum of RGB (Red+Green+Blue) = 137+13+54=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #890D36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D36 is #76F2C9. Grayscale: #363636. Windows color (decimal): -7795402 or 3542409. OLE color: 3542409.
HSL color Cylindrical-coordinate representation of color #890D36: hue angle of 340.16º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890D36 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 54 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.46 |
| HSL | 340.16º | 0.83% | 0.29% | - |
| HSV(B) | 340.16º | 0.91% | 0.54% | - |
| XYZ | 11.13 | 5.87 | 4.04 | - |
| YUV | 54.75 | 127.58 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 54 | 0 | 0.91 | 0.61 | 0.46 | 340.16 | 0.83 | 0.29 |
| Hex | 89 | D | 36 | 0 | 5B | 3D | 2E | 154 | 53 | 1D |
| Octal | 211 | 15 | 66 | 0 | 133 | 75 | 56 | 524 | 123 | 35 |
| Binary | 10001001 | 1101 | 110110 | 0 | 1011011 | 111101 | 101110 | 101010100 | 1010011 | 11101 |
Color Harmonies of #890D36
Complementary color
Monochromatic Colors of #890D36
Black with #890D36
Text Example
Text Example
White with #890D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D36; }
p { color: rgb(137,13,54); }
H1.HeaderClassName
{
color: #890D36;
}
.AnyTagClassName
{
color: #890D36;
}
</style>
background-color css
<style>
a { background-color: #890D36; }
a { background-color: rgb(137,13,54); }
div.DivClassName
{
background-color: #890D36;
}
.BgClassName
{
background-color: #890D36;
}
</style>
border-color css
<style>
span { border-color: #890D36; }
span { border-color: rgb(137,13,54); }
td.TdClassName
{
border-color: #890D36;
}
.TagClassName
{
border-color: #890D36;
}
</style>