Shades of Burgundy #790F12
Tints of Burgundy #790F12
RGB
CMYK
RGB Variations
Color information
#790F12 (or 0x790F12) is known color: Burgundy. HEX triplet: 79, 0F and 12. RGB value is (121,15,18). Sum of RGB (Red+Green+Blue) = 121+15+18=154 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.57% from 154); Green value is 15 (6.25% from 255 or 9.74% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 121 - color contains mainly: red. Hex color #790F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790F12 is #86F0ED. Grayscale: #2F2F2F. Windows color (decimal): -8843502 or 1183609. OLE color: 1183609.
HSL color Cylindrical-coordinate representation of color #790F12: hue angle of 358.3º 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 #790F12 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 15 | 18 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.53 |
| HSL | 358.3º | 0.78% | 0.27% | - |
| HSV(B) | 358.3º | 0.88% | 0.47% | - |
| XYZ | 8.17 | 4.45 | 1 | - |
| YUV | 47.04 | 111.62 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 15 | 18 | 0 | 0.88 | 0.85 | 0.53 | 358.3 | 0.78 | 0.27 |
| Hex | 79 | F | 12 | 0 | 58 | 55 | 35 | 166 | 4E | 1B |
| Octal | 171 | 17 | 22 | 0 | 130 | 125 | 65 | 546 | 116 | 33 |
| Binary | 1111001 | 1111 | 10010 | 0 | 1011000 | 1010101 | 110101 | 101100110 | 1001110 | 11011 |
Color Harmonies of #790F12
Complementary color
Monochromatic Colors of #790F12
Black with #790F12
Text Example
Text Example
White with #790F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790F12; }
p { color: rgb(121,15,18); }
H1.HeaderClassName
{
color: #790F12;
}
.AnyTagClassName
{
color: #790F12;
}
</style>
background-color css
<style>
a { background-color: #790F12; }
a { background-color: rgb(121,15,18); }
div.DivClassName
{
background-color: #790F12;
}
.BgClassName
{
background-color: #790F12;
}
</style>
border-color css
<style>
span { border-color: #790F12; }
span { border-color: rgb(121,15,18); }
td.TdClassName
{
border-color: #790F12;
}
.TagClassName
{
border-color: #790F12;
}
</style>