Shades of Burgundy #790F2C
Tints of Burgundy #790F2C
RGB
CMYK
RGB Variations
Color information
#790F2C (or 0x790F2C) is known color: Burgundy. HEX triplet: 79, 0F and 2C. RGB value is (121,15,44). Sum of RGB (Red+Green+Blue) = 121+15+44=180 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.22% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 121 - color contains mainly: red. Hex color #790F2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790F2C is #86F0D3. Grayscale: #313131. Windows color (decimal): -8843476 or 2887545. OLE color: 2887545.
HSL color Cylindrical-coordinate representation of color #790F2C: hue angle of 343.58º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #790F2C is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 15 | 44 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.53 |
| HSL | 343.58º | 0.78% | 0.27% | - |
| HSV(B) | 343.58º | 0.88% | 0.47% | - |
| XYZ | 8.51 | 4.59 | 2.82 | - |
| YUV | 50 | 124.62 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 15 | 44 | 0 | 0.88 | 0.64 | 0.53 | 343.58 | 0.78 | 0.27 |
| Hex | 79 | F | 2C | 0 | 58 | 40 | 35 | 158 | 4E | 1B |
| Octal | 171 | 17 | 54 | 0 | 130 | 100 | 65 | 530 | 116 | 33 |
| Binary | 1111001 | 1111 | 101100 | 0 | 1011000 | 1000000 | 110101 | 101011000 | 1001110 | 11011 |
Color Harmonies of #790F2C
Complementary color
Monochromatic Colors of #790F2C
Black with #790F2C
Text Example
Text Example
White with #790F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790F2C; }
p { color: rgb(121,15,44); }
H1.HeaderClassName
{
color: #790F2C;
}
.AnyTagClassName
{
color: #790F2C;
}
</style>
background-color css
<style>
a { background-color: #790F2C; }
a { background-color: rgb(121,15,44); }
div.DivClassName
{
background-color: #790F2C;
}
.BgClassName
{
background-color: #790F2C;
}
</style>
border-color css
<style>
span { border-color: #790F2C; }
span { border-color: rgb(121,15,44); }
td.TdClassName
{
border-color: #790F2C;
}
.TagClassName
{
border-color: #790F2C;
}
</style>