Shades of Lusty #782B21
Tints of Lusty #782B21
RGB
CMYK
RGB Variations
Color information
#782B21 (or 0x782B21) is known color: Lusty. HEX triplet: 78, 2B and 21. RGB value is (120,43,33). Sum of RGB (Red+Green+Blue) = 120+43+33=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #782B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782B21 is #87D4DE. Grayscale: #414141. Windows color (decimal): -8901855 or 2173816. OLE color: 2173816.
HSL color Cylindrical-coordinate representation of color #782B21: hue angle of 6.9º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782B21 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 43 | 33 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.53 |
| HSL | 6.9º | 0.57% | 0.3% | - |
| HSV(B) | 6.9º | 0.73% | 0.47% | - |
| XYZ | 8.88 | 5.83 | 2.1 | - |
| YUV | 64.88 | 110.01 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 43 | 33 | 0 | 0.64 | 0.72 | 0.53 | 6.9 | 0.57 | 0.3 |
| Hex | 78 | 2B | 21 | 0 | 40 | 48 | 35 | 7 | 39 | 1E |
| Octal | 170 | 53 | 41 | 0 | 100 | 110 | 65 | 7 | 71 | 36 |
| Binary | 1111000 | 101011 | 100001 | 0 | 1000000 | 1001000 | 110101 | 111 | 111001 | 11110 |
Color Harmonies of #782B21
Complementary color
Monochromatic Colors of #782B21
Black with #782B21
Text Example
Text Example
White with #782B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782B21; }
p { color: rgb(120,43,33); }
H1.HeaderClassName
{
color: #782B21;
}
.AnyTagClassName
{
color: #782B21;
}
</style>
background-color css
<style>
a { background-color: #782B21; }
a { background-color: rgb(120,43,33); }
div.DivClassName
{
background-color: #782B21;
}
.BgClassName
{
background-color: #782B21;
}
</style>
border-color css
<style>
span { border-color: #782B21; }
span { border-color: rgb(120,43,33); }
td.TdClassName
{
border-color: #782B21;
}
.TagClassName
{
border-color: #782B21;
}
</style>