Shades of Burgundy #790B2B
Tints of Burgundy #790B2B
RGB
CMYK
RGB Variations
Color information
#790B2B (or 0x790B2B) is known color: Burgundy. HEX triplet: 79, 0B and 2B. RGB value is (121,11,43). Sum of RGB (Red+Green+Blue) = 121+11+43=175 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.14% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 121 - color contains mainly: red. Hex color #790B2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790B2B is #86F4D4. Grayscale: #2F2F2F. Windows color (decimal): -8844501 or 2820985. OLE color: 2820985.
HSL color Cylindrical-coordinate representation of color #790B2B: hue angle of 342.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 #790B2B is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 11 | 43 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.53 |
| HSL | 342.55º | 0.83% | 0.26% | - |
| HSV(B) | 342.55º | 0.91% | 0.47% | - |
| XYZ | 8.44 | 4.48 | 2.71 | - |
| YUV | 47.54 | 125.44 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 43 | 0 | 0.91 | 0.64 | 0.53 | 342.55 | 0.83 | 0.26 |
| Hex | 79 | B | 2B | 0 | 5B | 40 | 35 | 157 | 53 | 1A |
| Octal | 171 | 13 | 53 | 0 | 133 | 100 | 65 | 527 | 123 | 32 |
| Binary | 1111001 | 1011 | 101011 | 0 | 1011011 | 1000000 | 110101 | 101010111 | 1010011 | 11010 |
Color Harmonies of #790B2B
Complementary color
Monochromatic Colors of #790B2B
Black with #790B2B
Text Example
Text Example
White with #790B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790B2B; }
p { color: rgb(121,11,43); }
H1.HeaderClassName
{
color: #790B2B;
}
.AnyTagClassName
{
color: #790B2B;
}
</style>
background-color css
<style>
a { background-color: #790B2B; }
a { background-color: rgb(121,11,43); }
div.DivClassName
{
background-color: #790B2B;
}
.BgClassName
{
background-color: #790B2B;
}
</style>
border-color css
<style>
span { border-color: #790B2B; }
span { border-color: rgb(121,11,43); }
td.TdClassName
{
border-color: #790B2B;
}
.TagClassName
{
border-color: #790B2B;
}
</style>