Shades of Burgundy #790910
Tints of Burgundy #790910
RGB
CMYK
RGB Variations
Color information
#790910 (or 0x790910) is known color: Burgundy. HEX triplet: 79, 09 and 10. RGB value is (121,9,16). Sum of RGB (Red+Green+Blue) = 121+9+16=146 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.88% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 121 - color contains mainly: red. Hex color #790910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790910 is #86F6EF. Grayscale: #2B2B2B. Windows color (decimal): -8845040 or 1051001. OLE color: 1051001.
HSL color Cylindrical-coordinate representation of color #790910: hue angle of 356.25º 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 #790910 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 9 | 16 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.53 |
| HSL | 356.25º | 0.86% | 0.25% | - |
| HSV(B) | 356.25º | 0.93% | 0.47% | - |
| XYZ | 8.08 | 4.3 | 0.89 | - |
| YUV | 43.29 | 112.61 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 9 | 16 | 0 | 0.93 | 0.87 | 0.53 | 356.25 | 0.86 | 0.25 |
| Hex | 79 | 9 | 10 | 0 | 5D | 57 | 35 | 164 | 56 | 19 |
| Octal | 171 | 11 | 20 | 0 | 135 | 127 | 65 | 544 | 126 | 31 |
| Binary | 1111001 | 1001 | 10000 | 0 | 1011101 | 1010111 | 110101 | 101100100 | 1010110 | 11001 |
Color Harmonies of #790910
Complementary color
Monochromatic Colors of #790910
Black with #790910
Text Example
Text Example
White with #790910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790910; }
p { color: rgb(121,9,16); }
H1.HeaderClassName
{
color: #790910;
}
.AnyTagClassName
{
color: #790910;
}
</style>
background-color css
<style>
a { background-color: #790910; }
a { background-color: rgb(121,9,16); }
div.DivClassName
{
background-color: #790910;
}
.BgClassName
{
background-color: #790910;
}
</style>
border-color css
<style>
span { border-color: #790910; }
span { border-color: rgb(121,9,16); }
td.TdClassName
{
border-color: #790910;
}
.TagClassName
{
border-color: #790910;
}
</style>