Shades of Lusty #7E2B2A
Tints of Lusty #7E2B2A
RGB
CMYK
RGB Variations
Color information
#7E2B2A (or 0x7E2B2A) is known color: Lusty. HEX triplet: 7E, 2B and 2A. RGB value is (126,43,42). Sum of RGB (Red+Green+Blue) = 126+43+42=211 (27% of max value = 765). Red value is 126 (49.61% from 255 or 59.72% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2B2A is #81D4D5. Grayscale: #434343. Windows color (decimal): -8508630 or 2763646. OLE color: 2763646.
HSL color Cylindrical-coordinate representation of color #7E2B2A: hue angle of 0.71º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E2B2A is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 43 | 42 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.51 |
| HSL | 0.71º | 0.5% | 0.33% | - |
| HSV(B) | 0.71º | 0.67% | 0.49% | - |
| XYZ | 9.89 | 6.33 | 2.89 | - |
| YUV | 67.7 | 113.5 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 43 | 42 | 0 | 0.66 | 0.67 | 0.51 | 0.71 | 0.5 | 0.33 |
| Hex | 7E | 2B | 2A | 0 | 42 | 43 | 33 | 1 | 32 | 21 |
| Octal | 176 | 53 | 52 | 0 | 102 | 103 | 63 | 1 | 62 | 41 |
| Binary | 1111110 | 101011 | 101010 | 0 | 1000010 | 1000011 | 110011 | 1 | 110010 | 100001 |
Color Harmonies of #7E2B2A
Complementary color
Monochromatic Colors of #7E2B2A
Black with #7E2B2A
Text Example
Text Example
White with #7E2B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2B2A; }
p { color: rgb(126,43,42); }
H1.HeaderClassName
{
color: #7E2B2A;
}
.AnyTagClassName
{
color: #7E2B2A;
}
</style>
background-color css
<style>
a { background-color: #7E2B2A; }
a { background-color: rgb(126,43,42); }
div.DivClassName
{
background-color: #7E2B2A;
}
.BgClassName
{
background-color: #7E2B2A;
}
</style>
border-color css
<style>
span { border-color: #7E2B2A; }
span { border-color: rgb(126,43,42); }
td.TdClassName
{
border-color: #7E2B2A;
}
.TagClassName
{
border-color: #7E2B2A;
}
</style>