Shades of Burgundy #890321
Tints of Burgundy #890321
RGB
CMYK
RGB Variations
Color information
#890321 (or 0x890321) is known color: Burgundy. HEX triplet: 89, 03 and 21. RGB value is (137,3,33). Sum of RGB (Red+Green+Blue) = 137+3+33=173 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.19% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 137 - color contains mainly: red. Hex color #890321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890321 is #76FCDE. Grayscale: #2E2E2E. Windows color (decimal): -7797983 or 2163593. OLE color: 2163593.
HSL color Cylindrical-coordinate representation of color #890321: hue angle of 346.57º 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 #890321 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 3 | 33 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.46 |
| HSL | 346.57º | 0.96% | 0.27% | - |
| HSV(B) | 346.57º | 0.98% | 0.54% | - |
| XYZ | 10.62 | 5.49 | 1.94 | - |
| YUV | 46.49 | 120.39 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 33 | 0 | 0.98 | 0.76 | 0.46 | 346.57 | 0.96 | 0.27 |
| Hex | 89 | 3 | 21 | 0 | 62 | 4C | 2E | 15B | 60 | 1B |
| Octal | 211 | 3 | 41 | 0 | 142 | 114 | 56 | 533 | 140 | 33 |
| Binary | 10001001 | 11 | 100001 | 0 | 1100010 | 1001100 | 101110 | 101011011 | 1100000 | 11011 |
Color Harmonies of #890321
Complementary color
Monochromatic Colors of #890321
Black with #890321
Text Example
Text Example
White with #890321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890321; }
p { color: rgb(137,3,33); }
H1.HeaderClassName
{
color: #890321;
}
.AnyTagClassName
{
color: #890321;
}
</style>
background-color css
<style>
a { background-color: #890321; }
a { background-color: rgb(137,3,33); }
div.DivClassName
{
background-color: #890321;
}
.BgClassName
{
background-color: #890321;
}
</style>
border-color css
<style>
span { border-color: #890321; }
span { border-color: rgb(137,3,33); }
td.TdClassName
{
border-color: #890321;
}
.TagClassName
{
border-color: #890321;
}
</style>