Shades of Burgundy #790C22
Tints of Burgundy #790C22
RGB
CMYK
RGB Variations
Color information
#790C22 (or 0x790C22) is known color: Burgundy. HEX triplet: 79, 0C and 22. RGB value is (121,12,34). Sum of RGB (Red+Green+Blue) = 121+12+34=167 (22% of max value = 765). Red value is 121 (47.66% from 255 or 72.46% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 121 - color contains mainly: red. Hex color #790C22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790C22 is #86F3DD. Grayscale: #2F2F2F. Windows color (decimal): -8844254 or 2231417. OLE color: 2231417.
HSL color Cylindrical-coordinate representation of color #790C22: hue angle of 347.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C22 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 12 | 34 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.53 |
| HSL | 347.89º | 0.82% | 0.26% | - |
| HSV(B) | 347.89º | 0.9% | 0.47% | - |
| XYZ | 8.31 | 4.44 | 1.93 | - |
| YUV | 47.1 | 120.61 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 12 | 34 | 0 | 0.90 | 0.72 | 0.53 | 347.89 | 0.82 | 0.26 |
| Hex | 79 | C | 22 | 0 | 5A | 48 | 35 | 15C | 52 | 1A |
| Octal | 171 | 14 | 42 | 0 | 132 | 110 | 65 | 534 | 122 | 32 |
| Binary | 1111001 | 1100 | 100010 | 0 | 1011010 | 1001000 | 110101 | 101011100 | 1010010 | 11010 |
Color Harmonies of #790C22
Complementary color
Monochromatic Colors of #790C22
Black with #790C22
Text Example
Text Example
White with #790C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790C22; }
p { color: rgb(121,12,34); }
H1.HeaderClassName
{
color: #790C22;
}
.AnyTagClassName
{
color: #790C22;
}
</style>
background-color css
<style>
a { background-color: #790C22; }
a { background-color: rgb(121,12,34); }
div.DivClassName
{
background-color: #790C22;
}
.BgClassName
{
background-color: #790C22;
}
</style>
border-color css
<style>
span { border-color: #790C22; }
span { border-color: rgb(121,12,34); }
td.TdClassName
{
border-color: #790C22;
}
.TagClassName
{
border-color: #790C22;
}
</style>