Shades of Burgundy #790013
Tints of Burgundy #790013
RGB
CMYK
RGB Variations
Color information
#790013 (or 0x790013) is known color: Burgundy. HEX triplet: 79, 00 and 13. RGB value is (121,0,19). Sum of RGB (Red+Green+Blue) = 121+0+19=140 (18% of max value = 765). Red value is 121 (47.66% from 255 or 86.43% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 121 - color contains mainly: red. Hex color #790013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790013 is #86FFEC. Grayscale: #262626. Windows color (decimal): -8847341 or 1245305. OLE color: 1245305.
HSL color Cylindrical-coordinate representation of color #790013: hue angle of 350.58º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #790013 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.84 | 0.53 |
| HSL | 350.58º | 1% | 0.24% | - |
| HSV(B) | 350.58º | 1% | 0.47% | - |
| XYZ | 8 | 4.11 | 0.99 | - |
| YUV | 38.35 | 117.09 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 19 | 0 | 1 | 0.84 | 0.53 | 350.58 | 1 | 0.24 |
| Hex | 79 | 0 | 13 | 0 | 64 | 54 | 35 | 15F | 64 | 18 |
| Octal | 171 | 0 | 23 | 0 | 144 | 124 | 65 | 537 | 144 | 30 |
| Binary | 1111001 | 0 | 10011 | 0 | 1100100 | 1010100 | 110101 | 101011111 | 1100100 | 11000 |
Color Harmonies of #790013
Complementary color
Monochromatic Colors of #790013
Black with #790013
Text Example
Text Example
White with #790013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790013; }
p { color: rgb(121,0,19); }
H1.HeaderClassName
{
color: #790013;
}
.AnyTagClassName
{
color: #790013;
}
</style>
background-color css
<style>
a { background-color: #790013; }
a { background-color: rgb(121,0,19); }
div.DivClassName
{
background-color: #790013;
}
.BgClassName
{
background-color: #790013;
}
</style>
border-color css
<style>
span { border-color: #790013; }
span { border-color: rgb(121,0,19); }
td.TdClassName
{
border-color: #790013;
}
.TagClassName
{
border-color: #790013;
}
</style>