Shades of Lusty #78261D
Tints of Lusty #78261D
RGB
CMYK
RGB Variations
Color information
#78261D (or 0x78261D) is known color: Lusty. HEX triplet: 78, 26 and 1D. RGB value is (120,38,29). Sum of RGB (Red+Green+Blue) = 120+38+29=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #78261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78261D is #87D9E2. Grayscale: #3D3D3D. Windows color (decimal): -8903139 or 1910392. OLE color: 1910392.
HSL color Cylindrical-coordinate representation of color #78261D: hue angle of 5.93º 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 #78261D is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 38 | 29 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.53 |
| HSL | 5.93º | 0.61% | 0.29% | - |
| HSV(B) | 5.93º | 0.76% | 0.47% | - |
| XYZ | 8.66 | 5.47 | 1.76 | - |
| YUV | 61.49 | 109.67 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 29 | 0 | 0.68 | 0.76 | 0.53 | 5.93 | 0.61 | 0.29 |
| Hex | 78 | 26 | 1D | 0 | 44 | 4C | 35 | 6 | 3D | 1D |
| Octal | 170 | 46 | 35 | 0 | 104 | 114 | 65 | 6 | 75 | 35 |
| Binary | 1111000 | 100110 | 11101 | 0 | 1000100 | 1001100 | 110101 | 110 | 111101 | 11101 |
Color Harmonies of #78261D
Complementary color
Monochromatic Colors of #78261D
Black with #78261D
Text Example
Text Example
White with #78261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78261D; }
p { color: rgb(120,38,29); }
H1.HeaderClassName
{
color: #78261D;
}
.AnyTagClassName
{
color: #78261D;
}
</style>
background-color css
<style>
a { background-color: #78261D; }
a { background-color: rgb(120,38,29); }
div.DivClassName
{
background-color: #78261D;
}
.BgClassName
{
background-color: #78261D;
}
</style>
border-color css
<style>
span { border-color: #78261D; }
span { border-color: rgb(120,38,29); }
td.TdClassName
{
border-color: #78261D;
}
.TagClassName
{
border-color: #78261D;
}
</style>