Shades of Lusty #7C2823
Tints of Lusty #7C2823
RGB
CMYK
RGB Variations
Color information
#7C2823 (or 0x7C2823) is known color: Lusty. HEX triplet: 7C, 28 and 23. RGB value is (124,40,35). Sum of RGB (Red+Green+Blue) = 124+40+35=199 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.31% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2823 is #83D7DC. Grayscale: #404040. Windows color (decimal): -8640477 or 2304124. OLE color: 2304124.
HSL color Cylindrical-coordinate representation of color #7C2823: hue angle of 3.37º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C2823 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 40 | 35 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.51 |
| HSL | 3.37º | 0.56% | 0.31% | - |
| HSV(B) | 3.37º | 0.72% | 0.49% | - |
| XYZ | 9.37 | 5.92 | 2.24 | - |
| YUV | 64.55 | 111.33 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 35 | 0 | 0.68 | 0.72 | 0.51 | 3.37 | 0.56 | 0.31 |
| Hex | 7C | 28 | 23 | 0 | 44 | 48 | 33 | 3 | 38 | 1F |
| Octal | 174 | 50 | 43 | 0 | 104 | 110 | 63 | 3 | 70 | 37 |
| Binary | 1111100 | 101000 | 100011 | 0 | 1000100 | 1001000 | 110011 | 11 | 111000 | 11111 |
Color Harmonies of #7C2823
Complementary color
Monochromatic Colors of #7C2823
Black with #7C2823
Text Example
Text Example
White with #7C2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2823; }
p { color: rgb(124,40,35); }
H1.HeaderClassName
{
color: #7C2823;
}
.AnyTagClassName
{
color: #7C2823;
}
</style>
background-color css
<style>
a { background-color: #7C2823; }
a { background-color: rgb(124,40,35); }
div.DivClassName
{
background-color: #7C2823;
}
.BgClassName
{
background-color: #7C2823;
}
</style>
border-color css
<style>
span { border-color: #7C2823; }
span { border-color: rgb(124,40,35); }
td.TdClassName
{
border-color: #7C2823;
}
.TagClassName
{
border-color: #7C2823;
}
</style>