Shades of Burgundy #791023
Tints of Burgundy #791023
RGB
CMYK
RGB Variations
Color information
#791023 (or 0x791023) is known color: Burgundy. HEX triplet: 79, 10 and 23. RGB value is (121,16,35). Sum of RGB (Red+Green+Blue) = 121+16+35=172 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.35% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 121 - color contains mainly: red. Hex color #791023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791023 is #86EFDC. Grayscale: #313131. Windows color (decimal): -8843229 or 2297977. OLE color: 2297977.
HSL color Cylindrical-coordinate representation of color #791023: hue angle of 349.14º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791023 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 16 | 35 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.53 |
| HSL | 349.14º | 0.77% | 0.27% | - |
| HSV(B) | 349.14º | 0.87% | 0.47% | - |
| XYZ | 8.37 | 4.56 | 2.03 | - |
| YUV | 49.56 | 119.79 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 16 | 35 | 0 | 0.87 | 0.71 | 0.53 | 349.14 | 0.77 | 0.27 |
| Hex | 79 | 10 | 23 | 0 | 57 | 47 | 35 | 15D | 4D | 1B |
| Octal | 171 | 20 | 43 | 0 | 127 | 107 | 65 | 535 | 115 | 33 |
| Binary | 1111001 | 10000 | 100011 | 0 | 1010111 | 1000111 | 110101 | 101011101 | 1001101 | 11011 |
Color Harmonies of #791023
Complementary color
Monochromatic Colors of #791023
Black with #791023
Text Example
Text Example
White with #791023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791023; }
p { color: rgb(121,16,35); }
H1.HeaderClassName
{
color: #791023;
}
.AnyTagClassName
{
color: #791023;
}
</style>
background-color css
<style>
a { background-color: #791023; }
a { background-color: rgb(121,16,35); }
div.DivClassName
{
background-color: #791023;
}
.BgClassName
{
background-color: #791023;
}
</style>
border-color css
<style>
span { border-color: #791023; }
span { border-color: rgb(121,16,35); }
td.TdClassName
{
border-color: #791023;
}
.TagClassName
{
border-color: #791023;
}
</style>