Shades of Burgundy #891321
Tints of Burgundy #891321
RGB
CMYK
RGB Variations
Color information
#891321 (or 0x891321) is known color: Burgundy. HEX triplet: 89, 13 and 21. RGB value is (137,19,33). Sum of RGB (Red+Green+Blue) = 137+19+33=189 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.49% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 137 - color contains mainly: red. Hex color #891321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891321 is #76ECDE. Grayscale: #373737. Windows color (decimal): -7793887 or 2167689. OLE color: 2167689.
HSL color Cylindrical-coordinate representation of color #891321: hue angle of 352.88º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891321 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 19 | 33 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.46 |
| HSL | 352.88º | 0.76% | 0.31% | - |
| HSV(B) | 352.88º | 0.86% | 0.54% | - |
| XYZ | 10.82 | 5.89 | 2.01 | - |
| YUV | 55.88 | 115.09 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 33 | 0 | 0.86 | 0.76 | 0.46 | 352.88 | 0.76 | 0.31 |
| Hex | 89 | 13 | 21 | 0 | 56 | 4C | 2E | 161 | 4C | 1F |
| Octal | 211 | 23 | 41 | 0 | 126 | 114 | 56 | 541 | 114 | 37 |
| Binary | 10001001 | 10011 | 100001 | 0 | 1010110 | 1001100 | 101110 | 101100001 | 1001100 | 11111 |
Color Harmonies of #891321
Complementary color
Monochromatic Colors of #891321
Black with #891321
Text Example
Text Example
White with #891321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891321; }
p { color: rgb(137,19,33); }
H1.HeaderClassName
{
color: #891321;
}
.AnyTagClassName
{
color: #891321;
}
</style>
background-color css
<style>
a { background-color: #891321; }
a { background-color: rgb(137,19,33); }
div.DivClassName
{
background-color: #891321;
}
.BgClassName
{
background-color: #891321;
}
</style>
border-color css
<style>
span { border-color: #891321; }
span { border-color: rgb(137,19,33); }
td.TdClassName
{
border-color: #891321;
}
.TagClassName
{
border-color: #891321;
}
</style>