Shades of Lusty #7C271E
Tints of Lusty #7C271E
RGB
CMYK
RGB Variations
Color information
#7C271E (or 0x7C271E) is known color: Lusty. HEX triplet: 7C, 27 and 1E. RGB value is (124,39,30). Sum of RGB (Red+Green+Blue) = 124+39+30=193 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.25% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 124 - color contains mainly: red. Hex color #7C271E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C271E is #83D8E1. Grayscale: #3F3F3F. Windows color (decimal): -8640738 or 1976188. OLE color: 1976188.
HSL color Cylindrical-coordinate representation of color #7C271E: hue angle of 5.74º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C271E is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 39 | 30 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.51 |
| HSL | 5.74º | 0.61% | 0.3% | - |
| HSV(B) | 5.74º | 0.76% | 0.49% | - |
| XYZ | 9.27 | 5.83 | 1.86 | - |
| YUV | 63.39 | 109.16 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 39 | 30 | 0 | 0.69 | 0.76 | 0.51 | 5.74 | 0.61 | 0.3 |
| Hex | 7C | 27 | 1E | 0 | 45 | 4C | 33 | 6 | 3D | 1E |
| Octal | 174 | 47 | 36 | 0 | 105 | 114 | 63 | 6 | 75 | 36 |
| Binary | 1111100 | 100111 | 11110 | 0 | 1000101 | 1001100 | 110011 | 110 | 111101 | 11110 |
Color Harmonies of #7C271E
Complementary color
Monochromatic Colors of #7C271E
Black with #7C271E
Text Example
Text Example
White with #7C271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C271E; }
p { color: rgb(124,39,30); }
H1.HeaderClassName
{
color: #7C271E;
}
.AnyTagClassName
{
color: #7C271E;
}
</style>
background-color css
<style>
a { background-color: #7C271E; }
a { background-color: rgb(124,39,30); }
div.DivClassName
{
background-color: #7C271E;
}
.BgClassName
{
background-color: #7C271E;
}
</style>
border-color css
<style>
span { border-color: #7C271E; }
span { border-color: rgb(124,39,30); }
td.TdClassName
{
border-color: #7C271E;
}
.TagClassName
{
border-color: #7C271E;
}
</style>