Shades of Burgundy #790621
Tints of Burgundy #790621
RGB
CMYK
RGB Variations
Color information
#790621 (or 0x790621) is known color: Burgundy. HEX triplet: 79, 06 and 21. RGB value is (121,6,33). Sum of RGB (Red+Green+Blue) = 121+6+33=160 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.62% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 121 - color contains mainly: red. Hex color #790621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790621 is #86F9DE. Grayscale: #2B2B2B. Windows color (decimal): -8845791 or 2164345. OLE color: 2164345.
HSL color Cylindrical-coordinate representation of color #790621: hue angle of 345.91º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790621 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 6 | 33 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.53 |
| HSL | 345.91º | 0.91% | 0.25% | - |
| HSV(B) | 345.91º | 0.95% | 0.47% | - |
| XYZ | 8.22 | 4.31 | 1.84 | - |
| YUV | 43.46 | 122.1 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 6 | 33 | 0 | 0.95 | 0.73 | 0.53 | 345.91 | 0.91 | 0.25 |
| Hex | 79 | 6 | 21 | 0 | 5F | 49 | 35 | 15A | 5B | 19 |
| Octal | 171 | 6 | 41 | 0 | 137 | 111 | 65 | 532 | 133 | 31 |
| Binary | 1111001 | 110 | 100001 | 0 | 1011111 | 1001001 | 110101 | 101011010 | 1011011 | 11001 |
Color Harmonies of #790621
Complementary color
Monochromatic Colors of #790621
Black with #790621
Text Example
Text Example
White with #790621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790621; }
p { color: rgb(121,6,33); }
H1.HeaderClassName
{
color: #790621;
}
.AnyTagClassName
{
color: #790621;
}
</style>
background-color css
<style>
a { background-color: #790621; }
a { background-color: rgb(121,6,33); }
div.DivClassName
{
background-color: #790621;
}
.BgClassName
{
background-color: #790621;
}
</style>
border-color css
<style>
span { border-color: #790621; }
span { border-color: rgb(121,6,33); }
td.TdClassName
{
border-color: #790621;
}
.TagClassName
{
border-color: #790621;
}
</style>