Shades of Burgundy #790B20
Tints of Burgundy #790B20
RGB
CMYK
RGB Variations
Color information
#790B20 (or 0x790B20) is known color: Burgundy. HEX triplet: 79, 0B and 20. RGB value is (121,11,32). Sum of RGB (Red+Green+Blue) = 121+11+32=164 (21% of max value = 765). Red value is 121 (47.66% from 255 or 73.78% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 121 - color contains mainly: red. Hex color #790B20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790B20 is #86F4DF. Grayscale: #2E2E2E. Windows color (decimal): -8844512 or 2100089. OLE color: 2100089.
HSL color Cylindrical-coordinate representation of color #790B20: hue angle of 348.55º 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 #790B20 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 11 | 32 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.53 |
| HSL | 348.55º | 0.83% | 0.26% | - |
| HSV(B) | 348.55º | 0.91% | 0.47% | - |
| XYZ | 8.27 | 4.41 | 1.78 | - |
| YUV | 46.28 | 119.94 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 32 | 0 | 0.91 | 0.74 | 0.53 | 348.55 | 0.83 | 0.26 |
| Hex | 79 | B | 20 | 0 | 5B | 4A | 35 | 15D | 53 | 1A |
| Octal | 171 | 13 | 40 | 0 | 133 | 112 | 65 | 535 | 123 | 32 |
| Binary | 1111001 | 1011 | 100000 | 0 | 1011011 | 1001010 | 110101 | 101011101 | 1010011 | 11010 |
Color Harmonies of #790B20
Complementary color
Monochromatic Colors of #790B20
Black with #790B20
Text Example
Text Example
White with #790B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790B20; }
p { color: rgb(121,11,32); }
H1.HeaderClassName
{
color: #790B20;
}
.AnyTagClassName
{
color: #790B20;
}
</style>
background-color css
<style>
a { background-color: #790B20; }
a { background-color: rgb(121,11,32); }
div.DivClassName
{
background-color: #790B20;
}
.BgClassName
{
background-color: #790B20;
}
</style>
border-color css
<style>
span { border-color: #790B20; }
span { border-color: rgb(121,11,32); }
td.TdClassName
{
border-color: #790B20;
}
.TagClassName
{
border-color: #790B20;
}
</style>