Shades of Burgundy #890C36
Tints of Burgundy #890C36
RGB
CMYK
RGB Variations
Color information
#890C36 (or 0x890C36) is known color: Burgundy. HEX triplet: 89, 0C and 36. RGB value is (137,12,54). Sum of RGB (Red+Green+Blue) = 137+12+54=203 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.49% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 137 - color contains mainly: red. Hex color #890C36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890C36 is #76F3C9. Grayscale: #363636. Windows color (decimal): -7795658 or 3542153. OLE color: 3542153.
HSL color Cylindrical-coordinate representation of color #890C36: hue angle of 339.84º degrees, saturation: 0.84, 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 #890C36 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 54 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.46 |
| HSL | 339.84º | 0.84% | 0.29% | - |
| HSV(B) | 339.84º | 0.91% | 0.54% | - |
| XYZ | 11.11 | 5.85 | 4.03 | - |
| YUV | 54.16 | 127.91 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 54 | 0 | 0.91 | 0.61 | 0.46 | 339.84 | 0.84 | 0.29 |
| Hex | 89 | C | 36 | 0 | 5B | 3D | 2E | 154 | 54 | 1D |
| Octal | 211 | 14 | 66 | 0 | 133 | 75 | 56 | 524 | 124 | 35 |
| Binary | 10001001 | 1100 | 110110 | 0 | 1011011 | 111101 | 101110 | 101010100 | 1010100 | 11101 |
Color Harmonies of #890C36
Complementary color
Monochromatic Colors of #890C36
Black with #890C36
Text Example
Text Example
White with #890C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C36; }
p { color: rgb(137,12,54); }
H1.HeaderClassName
{
color: #890C36;
}
.AnyTagClassName
{
color: #890C36;
}
</style>
background-color css
<style>
a { background-color: #890C36; }
a { background-color: rgb(137,12,54); }
div.DivClassName
{
background-color: #890C36;
}
.BgClassName
{
background-color: #890C36;
}
</style>
border-color css
<style>
span { border-color: #890C36; }
span { border-color: rgb(137,12,54); }
td.TdClassName
{
border-color: #890C36;
}
.TagClassName
{
border-color: #890C36;
}
</style>