Shades of Burgundy #790818
Tints of Burgundy #790818
RGB
CMYK
RGB Variations
Color information
#790818 (or 0x790818) is known color: Burgundy. HEX triplet: 79, 08 and 18. RGB value is (121,8,24). Sum of RGB (Red+Green+Blue) = 121+8+24=153 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.08% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 121 - color contains mainly: red. Hex color #790818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790818 is #86F7E7. Grayscale: #2B2B2B. Windows color (decimal): -8845288 or 1575033. OLE color: 1575033.
HSL color Cylindrical-coordinate representation of color #790818: hue angle of 351.5º 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 #790818 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 8 | 24 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.53 |
| HSL | 351.5º | 0.88% | 0.25% | - |
| HSV(B) | 351.5º | 0.93% | 0.47% | - |
| XYZ | 8.14 | 4.3 | 1.27 | - |
| YUV | 43.61 | 116.94 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 8 | 24 | 0 | 0.93 | 0.80 | 0.53 | 351.5 | 0.88 | 0.25 |
| Hex | 79 | 8 | 18 | 0 | 5D | 50 | 35 | 160 | 58 | 19 |
| Octal | 171 | 10 | 30 | 0 | 135 | 120 | 65 | 540 | 130 | 31 |
| Binary | 1111001 | 1000 | 11000 | 0 | 1011101 | 1010000 | 110101 | 101100000 | 1011000 | 11001 |
Color Harmonies of #790818
Complementary color
Monochromatic Colors of #790818
Black with #790818
Text Example
Text Example
White with #790818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790818; }
p { color: rgb(121,8,24); }
H1.HeaderClassName
{
color: #790818;
}
.AnyTagClassName
{
color: #790818;
}
</style>
background-color css
<style>
a { background-color: #790818; }
a { background-color: rgb(121,8,24); }
div.DivClassName
{
background-color: #790818;
}
.BgClassName
{
background-color: #790818;
}
</style>
border-color css
<style>
span { border-color: #790818; }
span { border-color: rgb(121,8,24); }
td.TdClassName
{
border-color: #790818;
}
.TagClassName
{
border-color: #790818;
}
</style>