Shades of Burgundy #79082B
Tints of Burgundy #79082B
RGB
CMYK
RGB Variations
Color information
#79082B (or 0x79082B) is known color: Burgundy. HEX triplet: 79, 08 and 2B. RGB value is (121,8,43). Sum of RGB (Red+Green+Blue) = 121+8+43=172 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.35% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 121 - color contains mainly: red. Hex color #79082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79082B is #86F7D4. Grayscale: #2D2D2D. Windows color (decimal): -8845269 or 2820217. OLE color: 2820217.
HSL color Cylindrical-coordinate representation of color #79082B: hue angle of 341.42º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #79082B is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 8 | 43 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.53 |
| HSL | 341.42º | 0.88% | 0.25% | - |
| HSV(B) | 341.42º | 0.93% | 0.47% | - |
| XYZ | 8.41 | 4.41 | 2.69 | - |
| YUV | 45.78 | 126.44 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 8 | 43 | 0 | 0.93 | 0.64 | 0.53 | 341.42 | 0.88 | 0.25 |
| Hex | 79 | 8 | 2B | 0 | 5D | 40 | 35 | 155 | 58 | 19 |
| Octal | 171 | 10 | 53 | 0 | 135 | 100 | 65 | 525 | 130 | 31 |
| Binary | 1111001 | 1000 | 101011 | 0 | 1011101 | 1000000 | 110101 | 101010101 | 1011000 | 11001 |
Color Harmonies of #79082B
Complementary color
Monochromatic Colors of #79082B
Black with #79082B
Text Example
Text Example
White with #79082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79082B; }
p { color: rgb(121,8,43); }
H1.HeaderClassName
{
color: #79082B;
}
.AnyTagClassName
{
color: #79082B;
}
</style>
background-color css
<style>
a { background-color: #79082B; }
a { background-color: rgb(121,8,43); }
div.DivClassName
{
background-color: #79082B;
}
.BgClassName
{
background-color: #79082B;
}
</style>
border-color css
<style>
span { border-color: #79082B; }
span { border-color: rgb(121,8,43); }
td.TdClassName
{
border-color: #79082B;
}
.TagClassName
{
border-color: #79082B;
}
</style>