Shades of Burgundy #890C34
Tints of Burgundy #890C34
RGB
CMYK
RGB Variations
Color information
#890C34 (or 0x890C34) is known color: Burgundy. HEX triplet: 89, 0C and 34. RGB value is (137,12,52). Sum of RGB (Red+Green+Blue) = 137+12+52=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #890C34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890C34 is #76F3CB. Grayscale: #353535. Windows color (decimal): -7795660 or 3411081. OLE color: 3411081.
HSL color Cylindrical-coordinate representation of color #890C34: hue angle of 340.8º 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 #890C34 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 52 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.46 |
| HSL | 340.8º | 0.84% | 0.29% | - |
| HSV(B) | 340.8º | 0.91% | 0.54% | - |
| XYZ | 11.07 | 5.83 | 3.79 | - |
| YUV | 53.94 | 126.91 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 52 | 0 | 0.91 | 0.62 | 0.46 | 340.8 | 0.84 | 0.29 |
| Hex | 89 | C | 34 | 0 | 5B | 3E | 2E | 155 | 54 | 1D |
| Octal | 211 | 14 | 64 | 0 | 133 | 76 | 56 | 525 | 124 | 35 |
| Binary | 10001001 | 1100 | 110100 | 0 | 1011011 | 111110 | 101110 | 101010101 | 1010100 | 11101 |
Color Harmonies of #890C34
Complementary color
Monochromatic Colors of #890C34
Black with #890C34
Text Example
Text Example
White with #890C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C34; }
p { color: rgb(137,12,52); }
H1.HeaderClassName
{
color: #890C34;
}
.AnyTagClassName
{
color: #890C34;
}
</style>
background-color css
<style>
a { background-color: #890C34; }
a { background-color: rgb(137,12,52); }
div.DivClassName
{
background-color: #890C34;
}
.BgClassName
{
background-color: #890C34;
}
</style>
border-color css
<style>
span { border-color: #890C34; }
span { border-color: rgb(137,12,52); }
td.TdClassName
{
border-color: #890C34;
}
.TagClassName
{
border-color: #890C34;
}
</style>