Shades of Burgundy #790812
Tints of Burgundy #790812
RGB
CMYK
RGB Variations
Color information
#790812 (or 0x790812) is known color: Burgundy. HEX triplet: 79, 08 and 12. RGB value is (121,8,18). Sum of RGB (Red+Green+Blue) = 121+8+18=147 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.31% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 121 - color contains mainly: red. Hex color #790812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790812 is #86F7ED. Grayscale: #2A2A2A. Windows color (decimal): -8845294 or 1181817. OLE color: 1181817.
HSL color Cylindrical-coordinate representation of color #790812: hue angle of 354.69º 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 #790812 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 8 | 18 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.53 |
| HSL | 354.69º | 0.88% | 0.25% | - |
| HSV(B) | 354.69º | 0.93% | 0.47% | - |
| XYZ | 8.08 | 4.28 | 0.97 | - |
| YUV | 42.93 | 113.94 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 8 | 18 | 0 | 0.93 | 0.85 | 0.53 | 354.69 | 0.88 | 0.25 |
| Hex | 79 | 8 | 12 | 0 | 5D | 55 | 35 | 163 | 58 | 19 |
| Octal | 171 | 10 | 22 | 0 | 135 | 125 | 65 | 543 | 130 | 31 |
| Binary | 1111001 | 1000 | 10010 | 0 | 1011101 | 1010101 | 110101 | 101100011 | 1011000 | 11001 |
Color Harmonies of #790812
Complementary color
Monochromatic Colors of #790812
Black with #790812
Text Example
Text Example
White with #790812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790812; }
p { color: rgb(121,8,18); }
H1.HeaderClassName
{
color: #790812;
}
.AnyTagClassName
{
color: #790812;
}
</style>
background-color css
<style>
a { background-color: #790812; }
a { background-color: rgb(121,8,18); }
div.DivClassName
{
background-color: #790812;
}
.BgClassName
{
background-color: #790812;
}
</style>
border-color css
<style>
span { border-color: #790812; }
span { border-color: rgb(121,8,18); }
td.TdClassName
{
border-color: #790812;
}
.TagClassName
{
border-color: #790812;
}
</style>