Shades of Burgundy #790B14
Tints of Burgundy #790B14
RGB
CMYK
RGB Variations
Color information
#790B14 (or 0x790B14) is known color: Burgundy. HEX triplet: 79, 0B and 14. RGB value is (121,11,20). Sum of RGB (Red+Green+Blue) = 121+11+20=152 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.61% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 121 - color contains mainly: red. Hex color #790B14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790B14 is #86F4EB. Grayscale: #2C2C2C. Windows color (decimal): -8844524 or 1313657. OLE color: 1313657.
HSL color Cylindrical-coordinate representation of color #790B14: hue angle of 355.09º 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 #790B14 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 11 | 20 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.53 |
| HSL | 355.09º | 0.83% | 0.26% | - |
| HSV(B) | 355.09º | 0.91% | 0.47% | - |
| XYZ | 8.13 | 4.35 | 1.07 | - |
| YUV | 44.92 | 113.94 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 20 | 0 | 0.91 | 0.83 | 0.53 | 355.09 | 0.83 | 0.26 |
| Hex | 79 | B | 14 | 0 | 5B | 53 | 35 | 163 | 53 | 1A |
| Octal | 171 | 13 | 24 | 0 | 133 | 123 | 65 | 543 | 123 | 32 |
| Binary | 1111001 | 1011 | 10100 | 0 | 1011011 | 1010011 | 110101 | 101100011 | 1010011 | 11010 |
Color Harmonies of #790B14
Complementary color
Monochromatic Colors of #790B14
Black with #790B14
Text Example
Text Example
White with #790B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790B14; }
p { color: rgb(121,11,20); }
H1.HeaderClassName
{
color: #790B14;
}
.AnyTagClassName
{
color: #790B14;
}
</style>
background-color css
<style>
a { background-color: #790B14; }
a { background-color: rgb(121,11,20); }
div.DivClassName
{
background-color: #790B14;
}
.BgClassName
{
background-color: #790B14;
}
</style>
border-color css
<style>
span { border-color: #790B14; }
span { border-color: rgb(121,11,20); }
td.TdClassName
{
border-color: #790B14;
}
.TagClassName
{
border-color: #790B14;
}
</style>