Shades of Lusty #79271C
Tints of Lusty #79271C
RGB
CMYK
RGB Variations
Color information
#79271C (or 0x79271C) is known color: Lusty. HEX triplet: 79, 27 and 1C. RGB value is (121,39,28). Sum of RGB (Red+Green+Blue) = 121+39+28=188 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.36% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 121 - color contains mainly: red. Hex color #79271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79271C is #86D8E3. Grayscale: #3E3E3E. Windows color (decimal): -8837348 or 1845113. OLE color: 1845113.
HSL color Cylindrical-coordinate representation of color #79271C: hue angle of 7.1º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #79271C is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 39 | 28 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.53 |
| HSL | 7.1º | 0.62% | 0.29% | - |
| HSV(B) | 7.1º | 0.77% | 0.47% | - |
| XYZ | 8.82 | 5.6 | 1.71 | - |
| YUV | 62.26 | 108.67 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 39 | 28 | 0 | 0.68 | 0.77 | 0.53 | 7.1 | 0.62 | 0.29 |
| Hex | 79 | 27 | 1C | 0 | 44 | 4D | 35 | 7 | 3E | 1D |
| Octal | 171 | 47 | 34 | 0 | 104 | 115 | 65 | 7 | 76 | 35 |
| Binary | 1111001 | 100111 | 11100 | 0 | 1000100 | 1001101 | 110101 | 111 | 111110 | 11101 |
Color Harmonies of #79271C
Complementary color
Monochromatic Colors of #79271C
Black with #79271C
Text Example
Text Example
White with #79271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79271C; }
p { color: rgb(121,39,28); }
H1.HeaderClassName
{
color: #79271C;
}
.AnyTagClassName
{
color: #79271C;
}
</style>
background-color css
<style>
a { background-color: #79271C; }
a { background-color: rgb(121,39,28); }
div.DivClassName
{
background-color: #79271C;
}
.BgClassName
{
background-color: #79271C;
}
</style>
border-color css
<style>
span { border-color: #79271C; }
span { border-color: rgb(121,39,28); }
td.TdClassName
{
border-color: #79271C;
}
.TagClassName
{
border-color: #79271C;
}
</style>