Shades of Burgundy #891229
Tints of Burgundy #891229
RGB
CMYK
RGB Variations
Color information
#891229 (or 0x891229) is known color: Burgundy. HEX triplet: 89, 12 and 29. RGB value is (137,18,41). Sum of RGB (Red+Green+Blue) = 137+18+41=196 (25% of max value = 765). Red value is 137 (53.91% from 255 or 69.90% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 137 - color contains mainly: red. Hex color #891229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891229 is #76EDD6. Grayscale: #383838. Windows color (decimal): -7794135 or 2691721. OLE color: 2691721.
HSL color Cylindrical-coordinate representation of color #891229: hue angle of 348.4º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891229 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 18 | 41 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.46 |
| HSL | 348.4º | 0.77% | 0.3% | - |
| HSV(B) | 348.4º | 0.87% | 0.54% | - |
| XYZ | 10.93 | 5.91 | 2.66 | - |
| YUV | 56.2 | 119.42 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 41 | 0 | 0.87 | 0.70 | 0.46 | 348.4 | 0.77 | 0.3 |
| Hex | 89 | 12 | 29 | 0 | 57 | 46 | 2E | 15C | 4D | 1E |
| Octal | 211 | 22 | 51 | 0 | 127 | 106 | 56 | 534 | 115 | 36 |
| Binary | 10001001 | 10010 | 101001 | 0 | 1010111 | 1000110 | 101110 | 101011100 | 1001101 | 11110 |
Color Harmonies of #891229
Complementary color
Monochromatic Colors of #891229
Black with #891229
Text Example
Text Example
White with #891229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891229; }
p { color: rgb(137,18,41); }
H1.HeaderClassName
{
color: #891229;
}
.AnyTagClassName
{
color: #891229;
}
</style>
background-color css
<style>
a { background-color: #891229; }
a { background-color: rgb(137,18,41); }
div.DivClassName
{
background-color: #891229;
}
.BgClassName
{
background-color: #891229;
}
</style>
border-color css
<style>
span { border-color: #891229; }
span { border-color: rgb(137,18,41); }
td.TdClassName
{
border-color: #891229;
}
.TagClassName
{
border-color: #891229;
}
</style>