Shades of Lusty #78281D
Tints of Lusty #78281D
RGB
CMYK
RGB Variations
Color information
#78281D (or 0x78281D) is known color: Lusty. HEX triplet: 78, 28 and 1D. RGB value is (120,40,29). Sum of RGB (Red+Green+Blue) = 120+40+29=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #78281D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78281D is #87D7E2. Grayscale: #3E3E3E. Windows color (decimal): -8902627 or 1910904. OLE color: 1910904.
HSL color Cylindrical-coordinate representation of color #78281D: hue angle of 7.25º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78281D is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 40 | 29 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.53 |
| HSL | 7.25º | 0.61% | 0.29% | - |
| HSV(B) | 7.25º | 0.76% | 0.47% | - |
| XYZ | 8.73 | 5.6 | 1.78 | - |
| YUV | 62.67 | 109 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 29 | 0 | 0.67 | 0.76 | 0.53 | 7.25 | 0.61 | 0.29 |
| Hex | 78 | 28 | 1D | 0 | 43 | 4C | 35 | 7 | 3D | 1D |
| Octal | 170 | 50 | 35 | 0 | 103 | 114 | 65 | 7 | 75 | 35 |
| Binary | 1111000 | 101000 | 11101 | 0 | 1000011 | 1001100 | 110101 | 111 | 111101 | 11101 |
Color Harmonies of #78281D
Complementary color
Monochromatic Colors of #78281D
Black with #78281D
Text Example
Text Example
White with #78281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78281D; }
p { color: rgb(120,40,29); }
H1.HeaderClassName
{
color: #78281D;
}
.AnyTagClassName
{
color: #78281D;
}
</style>
background-color css
<style>
a { background-color: #78281D; }
a { background-color: rgb(120,40,29); }
div.DivClassName
{
background-color: #78281D;
}
.BgClassName
{
background-color: #78281D;
}
</style>
border-color css
<style>
span { border-color: #78281D; }
span { border-color: rgb(120,40,29); }
td.TdClassName
{
border-color: #78281D;
}
.TagClassName
{
border-color: #78281D;
}
</style>