Shades of Burgundy #790C2C
Tints of Burgundy #790C2C
RGB
CMYK
RGB Variations
Color information
#790C2C (or 0x790C2C) is known color: Burgundy. HEX triplet: 79, 0C and 2C. RGB value is (121,12,44). Sum of RGB (Red+Green+Blue) = 121+12+44=177 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.36% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 121 - color contains mainly: red. Hex color #790C2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790C2C is #86F3D3. Grayscale: #303030. Windows color (decimal): -8844244 or 2886777. OLE color: 2886777.
HSL color Cylindrical-coordinate representation of color #790C2C: hue angle of 342.39º 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 #790C2C is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 12 | 44 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.53 |
| HSL | 342.39º | 0.82% | 0.26% | - |
| HSV(B) | 342.39º | 0.9% | 0.47% | - |
| XYZ | 8.47 | 4.51 | 2.81 | - |
| YUV | 48.24 | 125.61 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 12 | 44 | 0 | 0.90 | 0.64 | 0.53 | 342.39 | 0.82 | 0.26 |
| Hex | 79 | C | 2C | 0 | 5A | 40 | 35 | 156 | 52 | 1A |
| Octal | 171 | 14 | 54 | 0 | 132 | 100 | 65 | 526 | 122 | 32 |
| Binary | 1111001 | 1100 | 101100 | 0 | 1011010 | 1000000 | 110101 | 101010110 | 1010010 | 11010 |
Color Harmonies of #790C2C
Complementary color
Monochromatic Colors of #790C2C
Black with #790C2C
Text Example
Text Example
White with #790C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790C2C; }
p { color: rgb(121,12,44); }
H1.HeaderClassName
{
color: #790C2C;
}
.AnyTagClassName
{
color: #790C2C;
}
</style>
background-color css
<style>
a { background-color: #790C2C; }
a { background-color: rgb(121,12,44); }
div.DivClassName
{
background-color: #790C2C;
}
.BgClassName
{
background-color: #790C2C;
}
</style>
border-color css
<style>
span { border-color: #790C2C; }
span { border-color: rgb(121,12,44); }
td.TdClassName
{
border-color: #790C2C;
}
.TagClassName
{
border-color: #790C2C;
}
</style>