Shades of Burgundy #790828
Tints of Burgundy #790828
RGB
CMYK
RGB Variations
Color information
#790828 (or 0x790828) is known color: Burgundy. HEX triplet: 79, 08 and 28. RGB value is (121,8,40). Sum of RGB (Red+Green+Blue) = 121+8+40=169 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.60% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 121 - color contains mainly: red. Hex color #790828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790828 is #86F7D7. Grayscale: #2D2D2D. Windows color (decimal): -8845272 or 2623609. OLE color: 2623609.
HSL color Cylindrical-coordinate representation of color #790828: hue angle of 343.01º 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 #790828 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 8 | 40 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.53 |
| HSL | 343.01º | 0.88% | 0.25% | - |
| HSV(B) | 343.01º | 0.93% | 0.47% | - |
| XYZ | 8.35 | 4.39 | 2.41 | - |
| YUV | 45.44 | 124.94 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 8 | 40 | 0 | 0.93 | 0.67 | 0.53 | 343.01 | 0.88 | 0.25 |
| Hex | 79 | 8 | 28 | 0 | 5D | 43 | 35 | 157 | 58 | 19 |
| Octal | 171 | 10 | 50 | 0 | 135 | 103 | 65 | 527 | 130 | 31 |
| Binary | 1111001 | 1000 | 101000 | 0 | 1011101 | 1000011 | 110101 | 101010111 | 1011000 | 11001 |
Color Harmonies of #790828
Complementary color
Monochromatic Colors of #790828
Black with #790828
Text Example
Text Example
White with #790828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790828; }
p { color: rgb(121,8,40); }
H1.HeaderClassName
{
color: #790828;
}
.AnyTagClassName
{
color: #790828;
}
</style>
background-color css
<style>
a { background-color: #790828; }
a { background-color: rgb(121,8,40); }
div.DivClassName
{
background-color: #790828;
}
.BgClassName
{
background-color: #790828;
}
</style>
border-color css
<style>
span { border-color: #790828; }
span { border-color: rgb(121,8,40); }
td.TdClassName
{
border-color: #790828;
}
.TagClassName
{
border-color: #790828;
}
</style>