Shades of Burgundy #890C3A
Tints of Burgundy #890C3A
RGB
CMYK
RGB Variations
Color information
#890C3A (or 0x890C3A) is known color: Burgundy. HEX triplet: 89, 0C and 3A. RGB value is (137,12,58). Sum of RGB (Red+Green+Blue) = 137+12+58=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #890C3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890C3A is #76F3C5. Grayscale: #363636. Windows color (decimal): -7795654 or 3804297. OLE color: 3804297.
HSL color Cylindrical-coordinate representation of color #890C3A: hue angle of 337.92º 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 #890C3A is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 58 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.46 |
| HSL | 337.92º | 0.84% | 0.29% | - |
| HSV(B) | 337.92º | 0.91% | 0.54% | - |
| XYZ | 11.21 | 5.89 | 4.55 | - |
| YUV | 54.62 | 129.91 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 58 | 0 | 0.91 | 0.58 | 0.46 | 337.92 | 0.84 | 0.29 |
| Hex | 89 | C | 3A | 0 | 5B | 3A | 2E | 152 | 54 | 1D |
| Octal | 211 | 14 | 72 | 0 | 133 | 72 | 56 | 522 | 124 | 35 |
| Binary | 10001001 | 1100 | 111010 | 0 | 1011011 | 111010 | 101110 | 101010010 | 1010100 | 11101 |
Color Harmonies of #890C3A
Complementary color
Monochromatic Colors of #890C3A
Black with #890C3A
Text Example
Text Example
White with #890C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C3A; }
p { color: rgb(137,12,58); }
H1.HeaderClassName
{
color: #890C3A;
}
.AnyTagClassName
{
color: #890C3A;
}
</style>
background-color css
<style>
a { background-color: #890C3A; }
a { background-color: rgb(137,12,58); }
div.DivClassName
{
background-color: #890C3A;
}
.BgClassName
{
background-color: #890C3A;
}
</style>
border-color css
<style>
span { border-color: #890C3A; }
span { border-color: rgb(137,12,58); }
td.TdClassName
{
border-color: #890C3A;
}
.TagClassName
{
border-color: #890C3A;
}
</style>