Shades of Burgundy #890620
Tints of Burgundy #890620
RGB
CMYK
RGB Variations
Color information
#890620 (or 0x890620) is known color: Burgundy. HEX triplet: 89, 06 and 20. RGB value is (137,6,32). Sum of RGB (Red+Green+Blue) = 137+6+32=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #890620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890620 is #76F9DF. Grayscale: #303030. Windows color (decimal): -7797216 or 2098825. OLE color: 2098825.
HSL color Cylindrical-coordinate representation of color #890620: hue angle of 348.09º 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 #890620 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 6 | 32 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.46 |
| HSL | 348.09º | 0.92% | 0.28% | - |
| HSV(B) | 348.09º | 0.96% | 0.54% | - |
| XYZ | 10.64 | 5.55 | 1.88 | - |
| YUV | 48.13 | 118.9 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 6 | 32 | 0 | 0.96 | 0.77 | 0.46 | 348.09 | 0.92 | 0.28 |
| Hex | 89 | 6 | 20 | 0 | 60 | 4D | 2E | 15C | 5C | 1C |
| Octal | 211 | 6 | 40 | 0 | 140 | 115 | 56 | 534 | 134 | 34 |
| Binary | 10001001 | 110 | 100000 | 0 | 1100000 | 1001101 | 101110 | 101011100 | 1011100 | 11100 |
Color Harmonies of #890620
Complementary color
Monochromatic Colors of #890620
Black with #890620
Text Example
Text Example
White with #890620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890620; }
p { color: rgb(137,6,32); }
H1.HeaderClassName
{
color: #890620;
}
.AnyTagClassName
{
color: #890620;
}
</style>
background-color css
<style>
a { background-color: #890620; }
a { background-color: rgb(137,6,32); }
div.DivClassName
{
background-color: #890620;
}
.BgClassName
{
background-color: #890620;
}
</style>
border-color css
<style>
span { border-color: #890620; }
span { border-color: rgb(137,6,32); }
td.TdClassName
{
border-color: #890620;
}
.TagClassName
{
border-color: #890620;
}
</style>