Shades of Burgundy #890638
Tints of Burgundy #890638
RGB
CMYK
RGB Variations
Color information
#890638 (or 0x890638) is known color: Burgundy. HEX triplet: 89, 06 and 38. RGB value is (137,6,56). Sum of RGB (Red+Green+Blue) = 137+6+56=199 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.84% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 137 - color contains mainly: red. Hex color #890638 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890638 is #76F9C7. Grayscale: #323232. Windows color (decimal): -7797192 or 3671689. OLE color: 3671689.
HSL color Cylindrical-coordinate representation of color #890638: hue angle of 337.1º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890638 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 6 | 56 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.46 |
| HSL | 337.1º | 0.92% | 0.28% | - |
| HSV(B) | 337.1º | 0.96% | 0.54% | - |
| XYZ | 11.1 | 5.73 | 4.26 | - |
| YUV | 50.87 | 130.9 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 6 | 56 | 0 | 0.96 | 0.59 | 0.46 | 337.1 | 0.92 | 0.28 |
| Hex | 89 | 6 | 38 | 0 | 60 | 3B | 2E | 151 | 5C | 1C |
| Octal | 211 | 6 | 70 | 0 | 140 | 73 | 56 | 521 | 134 | 34 |
| Binary | 10001001 | 110 | 111000 | 0 | 1100000 | 111011 | 101110 | 101010001 | 1011100 | 11100 |
Color Harmonies of #890638
Complementary color
Monochromatic Colors of #890638
Black with #890638
Text Example
Text Example
White with #890638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890638; }
p { color: rgb(137,6,56); }
H1.HeaderClassName
{
color: #890638;
}
.AnyTagClassName
{
color: #890638;
}
</style>
background-color css
<style>
a { background-color: #890638; }
a { background-color: rgb(137,6,56); }
div.DivClassName
{
background-color: #890638;
}
.BgClassName
{
background-color: #890638;
}
</style>
border-color css
<style>
span { border-color: #890638; }
span { border-color: rgb(137,6,56); }
td.TdClassName
{
border-color: #890638;
}
.TagClassName
{
border-color: #890638;
}
</style>