Shades of Lusty #7E332B
Tints of Lusty #7E332B
RGB
CMYK
RGB Variations
Color information
#7E332B (or 0x7E332B) is known color: Lusty. HEX triplet: 7E, 33 and 2B. RGB value is (126,51,43). Sum of RGB (Red+Green+Blue) = 126+51+43=220 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.27% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 126 - color contains mainly: red. Hex color #7E332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E332B is #81CCD4. Grayscale: #484848. Windows color (decimal): -8506581 or 2831230. OLE color: 2831230.
HSL color Cylindrical-coordinate representation of color #7E332B: hue angle of 5.78º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E332B is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 51 | 43 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.51 |
| HSL | 5.78º | 0.49% | 0.33% | - |
| HSV(B) | 5.78º | 0.66% | 0.49% | - |
| XYZ | 10.22 | 6.98 | 3.09 | - |
| YUV | 72.51 | 111.35 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 43 | 0 | 0.60 | 0.66 | 0.51 | 5.78 | 0.49 | 0.33 |
| Hex | 7E | 33 | 2B | 0 | 3C | 42 | 33 | 6 | 31 | 21 |
| Octal | 176 | 63 | 53 | 0 | 74 | 102 | 63 | 6 | 61 | 41 |
| Binary | 1111110 | 110011 | 101011 | 0 | 111100 | 1000010 | 110011 | 110 | 110001 | 100001 |
Color Harmonies of #7E332B
Complementary color
Monochromatic Colors of #7E332B
Black with #7E332B
Text Example
Text Example
White with #7E332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E332B; }
p { color: rgb(126,51,43); }
H1.HeaderClassName
{
color: #7E332B;
}
.AnyTagClassName
{
color: #7E332B;
}
</style>
background-color css
<style>
a { background-color: #7E332B; }
a { background-color: rgb(126,51,43); }
div.DivClassName
{
background-color: #7E332B;
}
.BgClassName
{
background-color: #7E332B;
}
</style>
border-color css
<style>
span { border-color: #7E332B; }
span { border-color: rgb(126,51,43); }
td.TdClassName
{
border-color: #7E332B;
}
.TagClassName
{
border-color: #7E332B;
}
</style>