Shades of Burgundy #891323
Tints of Burgundy #891323
RGB
CMYK
RGB Variations
Color information
#891323 (or 0x891323) is known color: Burgundy. HEX triplet: 89, 13 and 23. RGB value is (137,19,35). Sum of RGB (Red+Green+Blue) = 137+19+35=191 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.73% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 137 - color contains mainly: red. Hex color #891323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891323 is #76ECDC. Grayscale: #383838. Windows color (decimal): -7793885 or 2298761. OLE color: 2298761.
HSL color Cylindrical-coordinate representation of color #891323: hue angle of 351.86º 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 #891323 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 19 | 35 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.46 |
| HSL | 351.86º | 0.76% | 0.31% | - |
| HSV(B) | 351.86º | 0.86% | 0.54% | - |
| XYZ | 10.85 | 5.91 | 2.16 | - |
| YUV | 56.11 | 116.09 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 35 | 0 | 0.86 | 0.74 | 0.46 | 351.86 | 0.76 | 0.31 |
| Hex | 89 | 13 | 23 | 0 | 56 | 4A | 2E | 160 | 4C | 1F |
| Octal | 211 | 23 | 43 | 0 | 126 | 112 | 56 | 540 | 114 | 37 |
| Binary | 10001001 | 10011 | 100011 | 0 | 1010110 | 1001010 | 101110 | 101100000 | 1001100 | 11111 |
Color Harmonies of #891323
Complementary color
Monochromatic Colors of #891323
Black with #891323
Text Example
Text Example
White with #891323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891323; }
p { color: rgb(137,19,35); }
H1.HeaderClassName
{
color: #891323;
}
.AnyTagClassName
{
color: #891323;
}
</style>
background-color css
<style>
a { background-color: #891323; }
a { background-color: rgb(137,19,35); }
div.DivClassName
{
background-color: #891323;
}
.BgClassName
{
background-color: #891323;
}
</style>
border-color css
<style>
span { border-color: #891323; }
span { border-color: rgb(137,19,35); }
td.TdClassName
{
border-color: #891323;
}
.TagClassName
{
border-color: #891323;
}
</style>