Shades of Lusty #7E2B23
Tints of Lusty #7E2B23
RGB
CMYK
RGB Variations
Color information
#7E2B23 (or 0x7E2B23) is known color: Lusty. HEX triplet: 7E, 2B and 23. RGB value is (126,43,35). Sum of RGB (Red+Green+Blue) = 126+43+35=204 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.76% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2B23 is #81D4DC. Grayscale: #434343. Windows color (decimal): -8508637 or 2304894. OLE color: 2304894.
HSL color Cylindrical-coordinate representation of color #7E2B23: hue angle of 5.27º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E2B23 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 43 | 35 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.51 |
| HSL | 5.27º | 0.57% | 0.32% | - |
| HSV(B) | 5.27º | 0.72% | 0.49% | - |
| XYZ | 9.77 | 6.28 | 2.29 | - |
| YUV | 66.91 | 110 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 43 | 35 | 0 | 0.66 | 0.72 | 0.51 | 5.27 | 0.57 | 0.32 |
| Hex | 7E | 2B | 23 | 0 | 42 | 48 | 33 | 5 | 39 | 20 |
| Octal | 176 | 53 | 43 | 0 | 102 | 110 | 63 | 5 | 71 | 40 |
| Binary | 1111110 | 101011 | 100011 | 0 | 1000010 | 1001000 | 110011 | 101 | 111001 | 100000 |
Color Harmonies of #7E2B23
Complementary color
Monochromatic Colors of #7E2B23
Black with #7E2B23
Text Example
Text Example
White with #7E2B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2B23; }
p { color: rgb(126,43,35); }
H1.HeaderClassName
{
color: #7E2B23;
}
.AnyTagClassName
{
color: #7E2B23;
}
</style>
background-color css
<style>
a { background-color: #7E2B23; }
a { background-color: rgb(126,43,35); }
div.DivClassName
{
background-color: #7E2B23;
}
.BgClassName
{
background-color: #7E2B23;
}
</style>
border-color css
<style>
span { border-color: #7E2B23; }
span { border-color: rgb(126,43,35); }
td.TdClassName
{
border-color: #7E2B23;
}
.TagClassName
{
border-color: #7E2B23;
}
</style>