Shades of Lusty #7A271E
Tints of Lusty #7A271E
RGB
CMYK
RGB Variations
Color information
#7A271E (or 0x7A271E) is known color: Lusty. HEX triplet: 7A, 27 and 1E. RGB value is (122,39,30). Sum of RGB (Red+Green+Blue) = 122+39+30=191 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.87% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 122 - color contains mainly: red. Hex color #7A271E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A271E is #85D8E1. Grayscale: #3E3E3E. Windows color (decimal): -8771810 or 1976186. OLE color: 1976186.
HSL color Cylindrical-coordinate representation of color #7A271E: hue angle of 5.87º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A271E is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 39 | 30 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.52 |
| HSL | 5.87º | 0.61% | 0.3% | - |
| HSV(B) | 5.87º | 0.75% | 0.48% | - |
| XYZ | 8.99 | 5.68 | 1.85 | - |
| YUV | 62.79 | 109.5 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 39 | 30 | 0 | 0.68 | 0.75 | 0.52 | 5.87 | 0.61 | 0.3 |
| Hex | 7A | 27 | 1E | 0 | 44 | 4B | 34 | 6 | 3D | 1E |
| Octal | 172 | 47 | 36 | 0 | 104 | 113 | 64 | 6 | 75 | 36 |
| Binary | 1111010 | 100111 | 11110 | 0 | 1000100 | 1001011 | 110100 | 110 | 111101 | 11110 |
Color Harmonies of #7A271E
Complementary color
Monochromatic Colors of #7A271E
Black with #7A271E
Text Example
Text Example
White with #7A271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A271E; }
p { color: rgb(122,39,30); }
H1.HeaderClassName
{
color: #7A271E;
}
.AnyTagClassName
{
color: #7A271E;
}
</style>
background-color css
<style>
a { background-color: #7A271E; }
a { background-color: rgb(122,39,30); }
div.DivClassName
{
background-color: #7A271E;
}
.BgClassName
{
background-color: #7A271E;
}
</style>
border-color css
<style>
span { border-color: #7A271E; }
span { border-color: rgb(122,39,30); }
td.TdClassName
{
border-color: #7A271E;
}
.TagClassName
{
border-color: #7A271E;
}
</style>