Shades of Burgundy #890D39
Tints of Burgundy #890D39
RGB
CMYK
RGB Variations
Color information
#890D39 (or 0x890D39) is known color: Burgundy. HEX triplet: 89, 0D and 39. RGB value is (137,13,57). Sum of RGB (Red+Green+Blue) = 137+13+57=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #890D39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D39 is #76F2C6. Grayscale: #373737. Windows color (decimal): -7795399 or 3739017. OLE color: 3739017.
HSL color Cylindrical-coordinate representation of color #890D39: hue angle of 338.71º 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 #890D39 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 57 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.46 |
| HSL | 338.71º | 0.83% | 0.29% | - |
| HSV(B) | 338.71º | 0.91% | 0.54% | - |
| XYZ | 11.2 | 5.9 | 4.42 | - |
| YUV | 55.09 | 129.08 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 57 | 0 | 0.91 | 0.58 | 0.46 | 338.71 | 0.83 | 0.29 |
| Hex | 89 | D | 39 | 0 | 5B | 3A | 2E | 153 | 53 | 1D |
| Octal | 211 | 15 | 71 | 0 | 133 | 72 | 56 | 523 | 123 | 35 |
| Binary | 10001001 | 1101 | 111001 | 0 | 1011011 | 111010 | 101110 | 101010011 | 1010011 | 11101 |
Color Harmonies of #890D39
Complementary color
Monochromatic Colors of #890D39
Black with #890D39
Text Example
Text Example
White with #890D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D39; }
p { color: rgb(137,13,57); }
H1.HeaderClassName
{
color: #890D39;
}
.AnyTagClassName
{
color: #890D39;
}
</style>
background-color css
<style>
a { background-color: #890D39; }
a { background-color: rgb(137,13,57); }
div.DivClassName
{
background-color: #890D39;
}
.BgClassName
{
background-color: #890D39;
}
</style>
border-color css
<style>
span { border-color: #890D39; }
span { border-color: rgb(137,13,57); }
td.TdClassName
{
border-color: #890D39;
}
.TagClassName
{
border-color: #890D39;
}
</style>