Shades of Lusty #782C24
Tints of Lusty #782C24
RGB
CMYK
RGB Variations
Color information
#782C24 (or 0x782C24) is known color: Lusty. HEX triplet: 78, 2C and 24. RGB value is (120,44,36). Sum of RGB (Red+Green+Blue) = 120+44+36=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #782C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782C24 is #87D3DB. Grayscale: #414141. Windows color (decimal): -8901596 or 2370680. OLE color: 2370680.
HSL color Cylindrical-coordinate representation of color #782C24: hue angle of 5.71º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #782C24 is Cyan = 0, Magento = 0.63, Yellow = 0.7 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 44 | 36 | - |
| CMYK | 0 | 0.63 | 0.7 | 0.53 |
| HSL | 5.71º | 0.54% | 0.31% | - |
| HSV(B) | 5.71º | 0.7% | 0.47% | - |
| XYZ | 8.96 | 5.92 | 2.34 | - |
| YUV | 65.81 | 111.18 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 44 | 36 | 0 | 0.63 | 0.7 | 0.53 | 5.71 | 0.54 | 0.31 |
| Hex | 78 | 2C | 24 | 0 | 3F | 46 | 35 | 6 | 36 | 1F |
| Octal | 170 | 54 | 44 | 0 | 77 | 106 | 65 | 6 | 66 | 37 |
| Binary | 1111000 | 101100 | 100100 | 0 | 111111 | 1000110 | 110101 | 110 | 110110 | 11111 |
Color Harmonies of #782C24
Complementary color
Monochromatic Colors of #782C24
Black with #782C24
Text Example
Text Example
White with #782C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782C24; }
p { color: rgb(120,44,36); }
H1.HeaderClassName
{
color: #782C24;
}
.AnyTagClassName
{
color: #782C24;
}
</style>
background-color css
<style>
a { background-color: #782C24; }
a { background-color: rgb(120,44,36); }
div.DivClassName
{
background-color: #782C24;
}
.BgClassName
{
background-color: #782C24;
}
</style>
border-color css
<style>
span { border-color: #782C24; }
span { border-color: rgb(120,44,36); }
td.TdClassName
{
border-color: #782C24;
}
.TagClassName
{
border-color: #782C24;
}
</style>