Shades of Burgundy #890C35
Tints of Burgundy #890C35
RGB
CMYK
RGB Variations
Color information
#890C35 (or 0x890C35) is known color: Burgundy. HEX triplet: 89, 0C and 35. RGB value is (137,12,53). Sum of RGB (Red+Green+Blue) = 137+12+53=202 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.82% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 137 - color contains mainly: red. Hex color #890C35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890C35 is #76F3CA. Grayscale: #363636. Windows color (decimal): -7795659 or 3476617. OLE color: 3476617.
HSL color Cylindrical-coordinate representation of color #890C35: hue angle of 340.32º 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 #890C35 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 53 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.46 |
| HSL | 340.32º | 0.84% | 0.29% | - |
| HSV(B) | 340.32º | 0.91% | 0.54% | - |
| XYZ | 11.09 | 5.84 | 3.91 | - |
| YUV | 54.05 | 127.41 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 53 | 0 | 0.91 | 0.61 | 0.46 | 340.32 | 0.84 | 0.29 |
| Hex | 89 | C | 35 | 0 | 5B | 3D | 2E | 154 | 54 | 1D |
| Octal | 211 | 14 | 65 | 0 | 133 | 75 | 56 | 524 | 124 | 35 |
| Binary | 10001001 | 1100 | 110101 | 0 | 1011011 | 111101 | 101110 | 101010100 | 1010100 | 11101 |
Color Harmonies of #890C35
Complementary color
Monochromatic Colors of #890C35
Black with #890C35
Text Example
Text Example
White with #890C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C35; }
p { color: rgb(137,12,53); }
H1.HeaderClassName
{
color: #890C35;
}
.AnyTagClassName
{
color: #890C35;
}
</style>
background-color css
<style>
a { background-color: #890C35; }
a { background-color: rgb(137,12,53); }
div.DivClassName
{
background-color: #890C35;
}
.BgClassName
{
background-color: #890C35;
}
</style>
border-color css
<style>
span { border-color: #890C35; }
span { border-color: rgb(137,12,53); }
td.TdClassName
{
border-color: #890C35;
}
.TagClassName
{
border-color: #890C35;
}
</style>