Shades of Burgundy #890336
Tints of Burgundy #890336
RGB
CMYK
RGB Variations
Color information
#890336 (or 0x890336) is known color: Burgundy. HEX triplet: 89, 03 and 36. RGB value is (137,3,54). Sum of RGB (Red+Green+Blue) = 137+3+54=194 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.62% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 137 - color contains mainly: red. Hex color #890336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890336 is #76FCC9. Grayscale: #303030. Windows color (decimal): -7797962 or 3539849. OLE color: 3539849.
HSL color Cylindrical-coordinate representation of color #890336: hue angle of 337.16º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #890336 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 3 | 54 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.46 |
| HSL | 337.16º | 0.96% | 0.27% | - |
| HSV(B) | 337.16º | 0.98% | 0.54% | - |
| XYZ | 11.01 | 5.65 | 4 | - |
| YUV | 48.88 | 130.89 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 54 | 0 | 0.98 | 0.61 | 0.46 | 337.16 | 0.96 | 0.27 |
| Hex | 89 | 3 | 36 | 0 | 62 | 3D | 2E | 151 | 60 | 1B |
| Octal | 211 | 3 | 66 | 0 | 142 | 75 | 56 | 521 | 140 | 33 |
| Binary | 10001001 | 11 | 110110 | 0 | 1100010 | 111101 | 101110 | 101010001 | 1100000 | 11011 |
Color Harmonies of #890336
Complementary color
Monochromatic Colors of #890336
Black with #890336
Text Example
Text Example
White with #890336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890336; }
p { color: rgb(137,3,54); }
H1.HeaderClassName
{
color: #890336;
}
.AnyTagClassName
{
color: #890336;
}
</style>
background-color css
<style>
a { background-color: #890336; }
a { background-color: rgb(137,3,54); }
div.DivClassName
{
background-color: #890336;
}
.BgClassName
{
background-color: #890336;
}
</style>
border-color css
<style>
span { border-color: #890336; }
span { border-color: rgb(137,3,54); }
td.TdClassName
{
border-color: #890336;
}
.TagClassName
{
border-color: #890336;
}
</style>