Shades of Burgundy #790321
Tints of Burgundy #790321
RGB
CMYK
RGB Variations
Color information
#790321 (or 0x790321) is known color: Burgundy. HEX triplet: 79, 03 and 21. RGB value is (121,3,33). Sum of RGB (Red+Green+Blue) = 121+3+33=157 (20% of max value = 765). Red value is 121 (47.66% from 255 or 77.07% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 121 - color contains mainly: red. Hex color #790321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790321 is #86FCDE. Grayscale: #292929. Windows color (decimal): -8846559 or 2163577. OLE color: 2163577.
HSL color Cylindrical-coordinate representation of color #790321: hue angle of 344.75º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #790321 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 3 | 33 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.53 |
| HSL | 344.75º | 0.95% | 0.24% | - |
| HSV(B) | 344.75º | 0.98% | 0.47% | - |
| XYZ | 8.19 | 4.24 | 1.83 | - |
| YUV | 41.7 | 123.09 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 3 | 33 | 0 | 0.98 | 0.73 | 0.53 | 344.75 | 0.95 | 0.24 |
| Hex | 79 | 3 | 21 | 0 | 62 | 49 | 35 | 159 | 5F | 18 |
| Octal | 171 | 3 | 41 | 0 | 142 | 111 | 65 | 531 | 137 | 30 |
| Binary | 1111001 | 11 | 100001 | 0 | 1100010 | 1001001 | 110101 | 101011001 | 1011111 | 11000 |
Color Harmonies of #790321
Complementary color
Monochromatic Colors of #790321
Black with #790321
Text Example
Text Example
White with #790321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790321; }
p { color: rgb(121,3,33); }
H1.HeaderClassName
{
color: #790321;
}
.AnyTagClassName
{
color: #790321;
}
</style>
background-color css
<style>
a { background-color: #790321; }
a { background-color: rgb(121,3,33); }
div.DivClassName
{
background-color: #790321;
}
.BgClassName
{
background-color: #790321;
}
</style>
border-color css
<style>
span { border-color: #790321; }
span { border-color: rgb(121,3,33); }
td.TdClassName
{
border-color: #790321;
}
.TagClassName
{
border-color: #790321;
}
</style>