Shades of Lusty #782E2B
Tints of Lusty #782E2B
RGB
CMYK
RGB Variations
Color information
#782E2B (or 0x782E2B) is known color: Lusty. HEX triplet: 78, 2E and 2B. RGB value is (120,46,43). Sum of RGB (Red+Green+Blue) = 120+46+43=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #782E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782E2B is #87D1D4. Grayscale: #434343. Windows color (decimal): -8901077 or 2829944. OLE color: 2829944.
HSL color Cylindrical-coordinate representation of color #782E2B: hue angle of 2.34º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #782E2B is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 46 | 43 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.53 |
| HSL | 2.34º | 0.47% | 0.32% | - |
| HSV(B) | 2.34º | 0.64% | 0.47% | - |
| XYZ | 9.16 | 6.12 | 2.98 | - |
| YUV | 67.78 | 114.02 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 46 | 43 | 0 | 0.62 | 0.64 | 0.53 | 2.34 | 0.47 | 0.32 |
| Hex | 78 | 2E | 2B | 0 | 3E | 40 | 35 | 2 | 2F | 20 |
| Octal | 170 | 56 | 53 | 0 | 76 | 100 | 65 | 2 | 57 | 40 |
| Binary | 1111000 | 101110 | 101011 | 0 | 111110 | 1000000 | 110101 | 10 | 101111 | 100000 |
Color Harmonies of #782E2B
Complementary color
Monochromatic Colors of #782E2B
Black with #782E2B
Text Example
Text Example
White with #782E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782E2B; }
p { color: rgb(120,46,43); }
H1.HeaderClassName
{
color: #782E2B;
}
.AnyTagClassName
{
color: #782E2B;
}
</style>
background-color css
<style>
a { background-color: #782E2B; }
a { background-color: rgb(120,46,43); }
div.DivClassName
{
background-color: #782E2B;
}
.BgClassName
{
background-color: #782E2B;
}
</style>
border-color css
<style>
span { border-color: #782E2B; }
span { border-color: rgb(120,46,43); }
td.TdClassName
{
border-color: #782E2B;
}
.TagClassName
{
border-color: #782E2B;
}
</style>