Shades of Burgundy #790D2C
Tints of Burgundy #790D2C
RGB
CMYK
RGB Variations
Color information
#790D2C (or 0x790D2C) is known color: Burgundy. HEX triplet: 79, 0D and 2C. RGB value is (121,13,44). Sum of RGB (Red+Green+Blue) = 121+13+44=178 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.98% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 121 - color contains mainly: red. Hex color #790D2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790D2C is #86F2D3. Grayscale: #303030. Windows color (decimal): -8843988 or 2887033. OLE color: 2887033.
HSL color Cylindrical-coordinate representation of color #790D2C: hue angle of 342.78º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #790D2C is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 13 | 44 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.53 |
| HSL | 342.78º | 0.81% | 0.26% | - |
| HSV(B) | 342.78º | 0.89% | 0.47% | - |
| XYZ | 8.48 | 4.53 | 2.81 | - |
| YUV | 48.83 | 125.28 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 13 | 44 | 0 | 0.89 | 0.64 | 0.53 | 342.78 | 0.81 | 0.26 |
| Hex | 79 | D | 2C | 0 | 59 | 40 | 35 | 157 | 51 | 1A |
| Octal | 171 | 15 | 54 | 0 | 131 | 100 | 65 | 527 | 121 | 32 |
| Binary | 1111001 | 1101 | 101100 | 0 | 1011001 | 1000000 | 110101 | 101010111 | 1010001 | 11010 |
Color Harmonies of #790D2C
Complementary color
Monochromatic Colors of #790D2C
Black with #790D2C
Text Example
Text Example
White with #790D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790D2C; }
p { color: rgb(121,13,44); }
H1.HeaderClassName
{
color: #790D2C;
}
.AnyTagClassName
{
color: #790D2C;
}
</style>
background-color css
<style>
a { background-color: #790D2C; }
a { background-color: rgb(121,13,44); }
div.DivClassName
{
background-color: #790D2C;
}
.BgClassName
{
background-color: #790D2C;
}
</style>
border-color css
<style>
span { border-color: #790D2C; }
span { border-color: rgb(121,13,44); }
td.TdClassName
{
border-color: #790D2C;
}
.TagClassName
{
border-color: #790D2C;
}
</style>