Shades of Burgundy #790B2C
Tints of Burgundy #790B2C
RGB
CMYK
RGB Variations
Color information
#790B2C (or 0x790B2C) is known color: Burgundy. HEX triplet: 79, 0B and 2C. RGB value is (121,11,44). Sum of RGB (Red+Green+Blue) = 121+11+44=176 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.75% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 121 - color contains mainly: red. Hex color #790B2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790B2C is #86F4D3. Grayscale: #2F2F2F. Windows color (decimal): -8844500 or 2886521. OLE color: 2886521.
HSL color Cylindrical-coordinate representation of color #790B2C: hue angle of 342º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #790B2C is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 11 | 44 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.53 |
| HSL | 342º | 0.83% | 0.26% | - |
| HSV(B) | 342º | 0.91% | 0.47% | - |
| XYZ | 8.46 | 4.49 | 2.8 | - |
| YUV | 47.65 | 125.94 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 44 | 0 | 0.91 | 0.64 | 0.53 | 342 | 0.83 | 0.26 |
| Hex | 79 | B | 2C | 0 | 5B | 40 | 35 | 156 | 53 | 1A |
| Octal | 171 | 13 | 54 | 0 | 133 | 100 | 65 | 526 | 123 | 32 |
| Binary | 1111001 | 1011 | 101100 | 0 | 1011011 | 1000000 | 110101 | 101010110 | 1010011 | 11010 |
Color Harmonies of #790B2C
Complementary color
Monochromatic Colors of #790B2C
Black with #790B2C
Text Example
Text Example
White with #790B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790B2C; }
p { color: rgb(121,11,44); }
H1.HeaderClassName
{
color: #790B2C;
}
.AnyTagClassName
{
color: #790B2C;
}
</style>
background-color css
<style>
a { background-color: #790B2C; }
a { background-color: rgb(121,11,44); }
div.DivClassName
{
background-color: #790B2C;
}
.BgClassName
{
background-color: #790B2C;
}
</style>
border-color css
<style>
span { border-color: #790B2C; }
span { border-color: rgb(121,11,44); }
td.TdClassName
{
border-color: #790B2C;
}
.TagClassName
{
border-color: #790B2C;
}
</style>