Shades of Burgundy #790E2C
Tints of Burgundy #790E2C
RGB
CMYK
RGB Variations
Color information
#790E2C (or 0x790E2C) is known color: Burgundy. HEX triplet: 79, 0E and 2C. RGB value is (121,14,44). Sum of RGB (Red+Green+Blue) = 121+14+44=179 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.60% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 121 - color contains mainly: red. Hex color #790E2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790E2C is #86F1D3. Grayscale: #313131. Windows color (decimal): -8843732 or 2887289. OLE color: 2887289.
HSL color Cylindrical-coordinate representation of color #790E2C: hue angle of 343.18º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #790E2C is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 14 | 44 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.53 |
| HSL | 343.18º | 0.79% | 0.26% | - |
| HSV(B) | 343.18º | 0.88% | 0.47% | - |
| XYZ | 8.5 | 4.56 | 2.82 | - |
| YUV | 49.41 | 124.95 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 14 | 44 | 0 | 0.88 | 0.64 | 0.53 | 343.18 | 0.79 | 0.26 |
| Hex | 79 | E | 2C | 0 | 58 | 40 | 35 | 157 | 4F | 1A |
| Octal | 171 | 16 | 54 | 0 | 130 | 100 | 65 | 527 | 117 | 32 |
| Binary | 1111001 | 1110 | 101100 | 0 | 1011000 | 1000000 | 110101 | 101010111 | 1001111 | 11010 |
Color Harmonies of #790E2C
Complementary color
Monochromatic Colors of #790E2C
Black with #790E2C
Text Example
Text Example
White with #790E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790E2C; }
p { color: rgb(121,14,44); }
H1.HeaderClassName
{
color: #790E2C;
}
.AnyTagClassName
{
color: #790E2C;
}
</style>
background-color css
<style>
a { background-color: #790E2C; }
a { background-color: rgb(121,14,44); }
div.DivClassName
{
background-color: #790E2C;
}
.BgClassName
{
background-color: #790E2C;
}
</style>
border-color css
<style>
span { border-color: #790E2C; }
span { border-color: rgb(121,14,44); }
td.TdClassName
{
border-color: #790E2C;
}
.TagClassName
{
border-color: #790E2C;
}
</style>