Shades of Burgundy #890D34
Tints of Burgundy #890D34
RGB
CMYK
RGB Variations
Color information
#890D34 (or 0x890D34) is known color: Burgundy. HEX triplet: 89, 0D and 34. RGB value is (137,13,52). Sum of RGB (Red+Green+Blue) = 137+13+52=202 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.82% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 137 - color contains mainly: red. Hex color #890D34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D34 is #76F2CB. Grayscale: #363636. Windows color (decimal): -7795404 or 3411337. OLE color: 3411337.
HSL color Cylindrical-coordinate representation of color #890D34: hue angle of 341.13º 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 #890D34 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 52 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.46 |
| HSL | 341.13º | 0.83% | 0.29% | - |
| HSV(B) | 341.13º | 0.91% | 0.54% | - |
| XYZ | 11.08 | 5.85 | 3.79 | - |
| YUV | 54.52 | 126.58 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 52 | 0 | 0.91 | 0.62 | 0.46 | 341.13 | 0.83 | 0.29 |
| Hex | 89 | D | 34 | 0 | 5B | 3E | 2E | 155 | 53 | 1D |
| Octal | 211 | 15 | 64 | 0 | 133 | 76 | 56 | 525 | 123 | 35 |
| Binary | 10001001 | 1101 | 110100 | 0 | 1011011 | 111110 | 101110 | 101010101 | 1010011 | 11101 |
Color Harmonies of #890D34
Complementary color
Monochromatic Colors of #890D34
Black with #890D34
Text Example
Text Example
White with #890D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D34; }
p { color: rgb(137,13,52); }
H1.HeaderClassName
{
color: #890D34;
}
.AnyTagClassName
{
color: #890D34;
}
</style>
background-color css
<style>
a { background-color: #890D34; }
a { background-color: rgb(137,13,52); }
div.DivClassName
{
background-color: #890D34;
}
.BgClassName
{
background-color: #890D34;
}
</style>
border-color css
<style>
span { border-color: #890D34; }
span { border-color: rgb(137,13,52); }
td.TdClassName
{
border-color: #890D34;
}
.TagClassName
{
border-color: #890D34;
}
</style>