Shades of Burgundy #890320
Tints of Burgundy #890320
RGB
CMYK
RGB Variations
Color information
#890320 (or 0x890320) is known color: Burgundy. HEX triplet: 89, 03 and 20. RGB value is (137,3,32). Sum of RGB (Red+Green+Blue) = 137+3+32=172 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.65% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 137 - color contains mainly: red. Hex color #890320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890320 is #76FCDF. Grayscale: #2E2E2E. Windows color (decimal): -7797984 or 2098057. OLE color: 2098057.
HSL color Cylindrical-coordinate representation of color #890320: hue angle of 347.01º 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 #890320 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 3 | 32 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.46 |
| HSL | 347.01º | 0.96% | 0.27% | - |
| HSV(B) | 347.01º | 0.98% | 0.54% | - |
| XYZ | 10.61 | 5.49 | 1.87 | - |
| YUV | 46.37 | 119.89 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 32 | 0 | 0.98 | 0.77 | 0.46 | 347.01 | 0.96 | 0.27 |
| Hex | 89 | 3 | 20 | 0 | 62 | 4D | 2E | 15B | 60 | 1B |
| Octal | 211 | 3 | 40 | 0 | 142 | 115 | 56 | 533 | 140 | 33 |
| Binary | 10001001 | 11 | 100000 | 0 | 1100010 | 1001101 | 101110 | 101011011 | 1100000 | 11011 |
Color Harmonies of #890320
Complementary color
Monochromatic Colors of #890320
Black with #890320
Text Example
Text Example
White with #890320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890320; }
p { color: rgb(137,3,32); }
H1.HeaderClassName
{
color: #890320;
}
.AnyTagClassName
{
color: #890320;
}
</style>
background-color css
<style>
a { background-color: #890320; }
a { background-color: rgb(137,3,32); }
div.DivClassName
{
background-color: #890320;
}
.BgClassName
{
background-color: #890320;
}
</style>
border-color css
<style>
span { border-color: #890320; }
span { border-color: rgb(137,3,32); }
td.TdClassName
{
border-color: #890320;
}
.TagClassName
{
border-color: #890320;
}
</style>