Shades of Burgundy #79021B
Tints of Burgundy #79021B
RGB
CMYK
RGB Variations
Color information
#79021B (or 0x79021B) is known color: Burgundy. HEX triplet: 79, 02 and 1B. RGB value is (121,2,27). Sum of RGB (Red+Green+Blue) = 121+2+27=150 (19% of max value = 765). Red value is 121 (47.66% from 255 or 80.67% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 121 - color contains mainly: red. Hex color #79021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79021B is #86FDE4. Grayscale: #282828. Windows color (decimal): -8846821 or 1770105. OLE color: 1770105.
HSL color Cylindrical-coordinate representation of color #79021B: hue angle of 347.39º degrees, saturation: 0.97, 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 #79021B is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 2 | 27 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.53 |
| HSL | 347.4º | 0.97% | 0.24% | - |
| HSV(B) | 347.4º | 0.98% | 0.47% | - |
| XYZ | 8.1 | 4.19 | 1.42 | - |
| YUV | 40.43 | 120.42 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 2 | 27 | 0 | 0.98 | 0.78 | 0.53 | 347.4 | 0.97 | 0.24 |
| Hex | 79 | 2 | 1B | 0 | 62 | 4E | 35 | 15B | 61 | 18 |
| Octal | 171 | 2 | 33 | 0 | 142 | 116 | 65 | 533 | 141 | 30 |
| Binary | 1111001 | 10 | 11011 | 0 | 1100010 | 1001110 | 110101 | 101011011 | 1100001 | 11000 |
Color Harmonies of #79021B
Complementary color
Monochromatic Colors of #79021B
Black with #79021B
Text Example
Text Example
White with #79021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79021B; }
p { color: rgb(121,2,27); }
H1.HeaderClassName
{
color: #79021B;
}
.AnyTagClassName
{
color: #79021B;
}
</style>
background-color css
<style>
a { background-color: #79021B; }
a { background-color: rgb(121,2,27); }
div.DivClassName
{
background-color: #79021B;
}
.BgClassName
{
background-color: #79021B;
}
</style>
border-color css
<style>
span { border-color: #79021B; }
span { border-color: rgb(121,2,27); }
td.TdClassName
{
border-color: #79021B;
}
.TagClassName
{
border-color: #79021B;
}
</style>