Shades of Burgundy #790C2A
Tints of Burgundy #790C2A
RGB
CMYK
RGB Variations
Color information
#790C2A (or 0x790C2A) is known color: Burgundy. HEX triplet: 79, 0C and 2A. RGB value is (121,12,42). Sum of RGB (Red+Green+Blue) = 121+12+42=175 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.14% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 121 - color contains mainly: red. Hex color #790C2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790C2A is #86F3D5. Grayscale: #2F2F2F. Windows color (decimal): -8844246 or 2755705. OLE color: 2755705.
HSL color Cylindrical-coordinate representation of color #790C2A: hue angle of 343.49º 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 #790C2A is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 12 | 42 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.53 |
| HSL | 343.49º | 0.82% | 0.26% | - |
| HSV(B) | 343.49º | 0.9% | 0.47% | - |
| XYZ | 8.43 | 4.5 | 2.61 | - |
| YUV | 48.01 | 124.61 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 12 | 42 | 0 | 0.90 | 0.65 | 0.53 | 343.49 | 0.82 | 0.26 |
| Hex | 79 | C | 2A | 0 | 5A | 41 | 35 | 157 | 52 | 1A |
| Octal | 171 | 14 | 52 | 0 | 132 | 101 | 65 | 527 | 122 | 32 |
| Binary | 1111001 | 1100 | 101010 | 0 | 1011010 | 1000001 | 110101 | 101010111 | 1010010 | 11010 |
Color Harmonies of #790C2A
Complementary color
Monochromatic Colors of #790C2A
Black with #790C2A
Text Example
Text Example
White with #790C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790C2A; }
p { color: rgb(121,12,42); }
H1.HeaderClassName
{
color: #790C2A;
}
.AnyTagClassName
{
color: #790C2A;
}
</style>
background-color css
<style>
a { background-color: #790C2A; }
a { background-color: rgb(121,12,42); }
div.DivClassName
{
background-color: #790C2A;
}
.BgClassName
{
background-color: #790C2A;
}
</style>
border-color css
<style>
span { border-color: #790C2A; }
span { border-color: rgb(121,12,42); }
td.TdClassName
{
border-color: #790C2A;
}
.TagClassName
{
border-color: #790C2A;
}
</style>