Shades of Burgundy #790127
Tints of Burgundy #790127
RGB
CMYK
RGB Variations
Color information
#790127 (or 0x790127) is known color: Burgundy. HEX triplet: 79, 01 and 27. RGB value is (121,1,39). Sum of RGB (Red+Green+Blue) = 121+1+39=161 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.16% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 121 - color contains mainly: red. Hex color #790127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790127 is #86FED8. Grayscale: #292929. Windows color (decimal): -8847065 or 2556281. OLE color: 2556281.
HSL color Cylindrical-coordinate representation of color #790127: hue angle of 341º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #790127 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.53 |
| HSL | 341º | 0.98% | 0.24% | - |
| HSV(B) | 341º | 0.99% | 0.47% | - |
| XYZ | 8.26 | 4.23 | 2.3 | - |
| YUV | 41.21 | 126.76 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 1 | 39 | 0 | 0.99 | 0.68 | 0.53 | 341 | 0.98 | 0.24 |
| Hex | 79 | 1 | 27 | 0 | 63 | 44 | 35 | 155 | 62 | 18 |
| Octal | 171 | 1 | 47 | 0 | 143 | 104 | 65 | 525 | 142 | 30 |
| Binary | 1111001 | 1 | 100111 | 0 | 1100011 | 1000100 | 110101 | 101010101 | 1100010 | 11000 |
Color Harmonies of #790127
Complementary color
Monochromatic Colors of #790127
Black with #790127
Text Example
Text Example
White with #790127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790127; }
p { color: rgb(121,1,39); }
H1.HeaderClassName
{
color: #790127;
}
.AnyTagClassName
{
color: #790127;
}
</style>
background-color css
<style>
a { background-color: #790127; }
a { background-color: rgb(121,1,39); }
div.DivClassName
{
background-color: #790127;
}
.BgClassName
{
background-color: #790127;
}
</style>
border-color css
<style>
span { border-color: #790127; }
span { border-color: rgb(121,1,39); }
td.TdClassName
{
border-color: #790127;
}
.TagClassName
{
border-color: #790127;
}
</style>