Shades of Lusty #7E2727
Tints of Lusty #7E2727
RGB
CMYK
RGB Variations
Color information
#7E2727 (or 0x7E2727) is known color: Lusty. HEX triplet: 7E, 27 and 27. RGB value is (126,39,39). Sum of RGB (Red+Green+Blue) = 126+39+39=204 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.76% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2727 is #81D8D8. Grayscale: #414141. Windows color (decimal): -8509657 or 2566014. OLE color: 2566014.
HSL color Cylindrical-coordinate representation of color #7E2727: hue angle of 0º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E2727 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 39 | 39 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.51 |
| HSL | 0º | 0.53% | 0.32% | - |
| HSV(B) | 0º | 0.69% | 0.49% | - |
| XYZ | 9.7 | 6.03 | 2.57 | - |
| YUV | 65.01 | 113.32 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 39 | 39 | 0 | 0.69 | 0.69 | 0.51 | 0 | 0.53 | 0.32 |
| Hex | 7E | 27 | 27 | 0 | 45 | 45 | 33 | 0 | 35 | 20 |
| Octal | 176 | 47 | 47 | 0 | 105 | 105 | 63 | 0 | 65 | 40 |
| Binary | 1111110 | 100111 | 100111 | 0 | 1000101 | 1000101 | 110011 | 0 | 110101 | 100000 |
Color Harmonies of #7E2727
Complementary color
Monochromatic Colors of #7E2727
Black with #7E2727
Text Example
Text Example
White with #7E2727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2727; }
p { color: rgb(126,39,39); }
H1.HeaderClassName
{
color: #7E2727;
}
.AnyTagClassName
{
color: #7E2727;
}
</style>
background-color css
<style>
a { background-color: #7E2727; }
a { background-color: rgb(126,39,39); }
div.DivClassName
{
background-color: #7E2727;
}
.BgClassName
{
background-color: #7E2727;
}
</style>
border-color css
<style>
span { border-color: #7E2727; }
span { border-color: rgb(126,39,39); }
td.TdClassName
{
border-color: #7E2727;
}
.TagClassName
{
border-color: #7E2727;
}
</style>