Shades of Burgundy #790922
Tints of Burgundy #790922
RGB
CMYK
RGB Variations
Color information
#790922 (or 0x790922) is known color: Burgundy. HEX triplet: 79, 09 and 22. RGB value is (121,9,34). Sum of RGB (Red+Green+Blue) = 121+9+34=164 (21% of max value = 765). Red value is 121 (47.66% from 255 or 73.78% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 121 - color contains mainly: red. Hex color #790922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790922 is #86F6DD. Grayscale: #2D2D2D. Windows color (decimal): -8845022 or 2230649. OLE color: 2230649.
HSL color Cylindrical-coordinate representation of color #790922: hue angle of 346.61º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790922 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 9 | 34 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.53 |
| HSL | 346.61º | 0.86% | 0.25% | - |
| HSV(B) | 346.61º | 0.93% | 0.47% | - |
| XYZ | 8.27 | 4.38 | 1.92 | - |
| YUV | 45.34 | 121.61 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 9 | 34 | 0 | 0.93 | 0.72 | 0.53 | 346.61 | 0.86 | 0.25 |
| Hex | 79 | 9 | 22 | 0 | 5D | 48 | 35 | 15B | 56 | 19 |
| Octal | 171 | 11 | 42 | 0 | 135 | 110 | 65 | 533 | 126 | 31 |
| Binary | 1111001 | 1001 | 100010 | 0 | 1011101 | 1001000 | 110101 | 101011011 | 1010110 | 11001 |
Color Harmonies of #790922
Complementary color
Monochromatic Colors of #790922
Black with #790922
Text Example
Text Example
White with #790922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790922; }
p { color: rgb(121,9,34); }
H1.HeaderClassName
{
color: #790922;
}
.AnyTagClassName
{
color: #790922;
}
</style>
background-color css
<style>
a { background-color: #790922; }
a { background-color: rgb(121,9,34); }
div.DivClassName
{
background-color: #790922;
}
.BgClassName
{
background-color: #790922;
}
</style>
border-color css
<style>
span { border-color: #790922; }
span { border-color: rgb(121,9,34); }
td.TdClassName
{
border-color: #790922;
}
.TagClassName
{
border-color: #790922;
}
</style>