Shades of Burgundy #890722
Tints of Burgundy #890722
RGB
CMYK
RGB Variations
Color information
#890722 (or 0x890722) is known color: Burgundy. HEX triplet: 89, 07 and 22. RGB value is (137,7,34). Sum of RGB (Red+Green+Blue) = 137+7+34=178 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.97% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 137 - color contains mainly: red. Hex color #890722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890722 is #76F8DD. Grayscale: #303030. Windows color (decimal): -7796958 or 2230153. OLE color: 2230153.
HSL color Cylindrical-coordinate representation of color #890722: hue angle of 347.54º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890722 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 7 | 34 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.46 |
| HSL | 347.54º | 0.9% | 0.28% | - |
| HSV(B) | 347.54º | 0.95% | 0.54% | - |
| XYZ | 10.68 | 5.59 | 2.03 | - |
| YUV | 48.95 | 119.57 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 34 | 0 | 0.95 | 0.75 | 0.46 | 347.54 | 0.9 | 0.28 |
| Hex | 89 | 7 | 22 | 0 | 5F | 4B | 2E | 15C | 5A | 1C |
| Octal | 211 | 7 | 42 | 0 | 137 | 113 | 56 | 534 | 132 | 34 |
| Binary | 10001001 | 111 | 100010 | 0 | 1011111 | 1001011 | 101110 | 101011100 | 1011010 | 11100 |
Color Harmonies of #890722
Complementary color
Monochromatic Colors of #890722
Black with #890722
Text Example
Text Example
White with #890722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890722; }
p { color: rgb(137,7,34); }
H1.HeaderClassName
{
color: #890722;
}
.AnyTagClassName
{
color: #890722;
}
</style>
background-color css
<style>
a { background-color: #890722; }
a { background-color: rgb(137,7,34); }
div.DivClassName
{
background-color: #890722;
}
.BgClassName
{
background-color: #890722;
}
</style>
border-color css
<style>
span { border-color: #890722; }
span { border-color: rgb(137,7,34); }
td.TdClassName
{
border-color: #890722;
}
.TagClassName
{
border-color: #890722;
}
</style>