Shades of Burgundy #891322
Tints of Burgundy #891322
RGB
CMYK
RGB Variations
Color information
#891322 (or 0x891322) is known color: Burgundy. HEX triplet: 89, 13 and 22. RGB value is (137,19,34). Sum of RGB (Red+Green+Blue) = 137+19+34=190 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.11% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 34 (13.67% from 255 or 17.89% from 190); Max value from RGB is 137 - color contains mainly: red. Hex color #891322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891322 is #76ECDD. Grayscale: #383838. Windows color (decimal): -7793886 or 2233225. OLE color: 2233225.
HSL color Cylindrical-coordinate representation of color #891322: hue angle of 352.37º 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 #891322 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 19 | 34 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.46 |
| HSL | 352.37º | 0.76% | 0.31% | - |
| HSV(B) | 352.37º | 0.86% | 0.54% | - |
| XYZ | 10.84 | 5.9 | 2.08 | - |
| YUV | 55.99 | 115.59 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 34 | 0 | 0.86 | 0.75 | 0.46 | 352.37 | 0.76 | 0.31 |
| Hex | 89 | 13 | 22 | 0 | 56 | 4B | 2E | 160 | 4C | 1F |
| Octal | 211 | 23 | 42 | 0 | 126 | 113 | 56 | 540 | 114 | 37 |
| Binary | 10001001 | 10011 | 100010 | 0 | 1010110 | 1001011 | 101110 | 101100000 | 1001100 | 11111 |
Color Harmonies of #891322
Complementary color
Monochromatic Colors of #891322
Black with #891322
Text Example
Text Example
White with #891322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891322; }
p { color: rgb(137,19,34); }
H1.HeaderClassName
{
color: #891322;
}
.AnyTagClassName
{
color: #891322;
}
</style>
background-color css
<style>
a { background-color: #891322; }
a { background-color: rgb(137,19,34); }
div.DivClassName
{
background-color: #891322;
}
.BgClassName
{
background-color: #891322;
}
</style>
border-color css
<style>
span { border-color: #891322; }
span { border-color: rgb(137,19,34); }
td.TdClassName
{
border-color: #891322;
}
.TagClassName
{
border-color: #891322;
}
</style>