Shades of Lusty #78271F
Tints of Lusty #78271F
RGB
CMYK
RGB Variations
Color information
#78271F (or 0x78271F) is known color: Lusty. HEX triplet: 78, 27 and 1F. RGB value is (120,39,31). Sum of RGB (Red+Green+Blue) = 120+39+31=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #78271F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78271F is #87D8E0. Grayscale: #3E3E3E. Windows color (decimal): -8902881 or 2041720. OLE color: 2041720.
HSL color Cylindrical-coordinate representation of color #78271F: hue angle of 5.39º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78271F is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 39 | 31 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.53 |
| HSL | 5.39º | 0.59% | 0.3% | - |
| HSV(B) | 5.39º | 0.74% | 0.47% | - |
| XYZ | 8.72 | 5.54 | 1.91 | - |
| YUV | 62.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 39 | 31 | 0 | 0.67 | 0.74 | 0.53 | 5.39 | 0.59 | 0.3 |
| Hex | 78 | 27 | 1F | 0 | 43 | 4A | 35 | 5 | 3B | 1E |
| Octal | 170 | 47 | 37 | 0 | 103 | 112 | 65 | 5 | 73 | 36 |
| Binary | 1111000 | 100111 | 11111 | 0 | 1000011 | 1001010 | 110101 | 101 | 111011 | 11110 |
Color Harmonies of #78271F
Complementary color
Monochromatic Colors of #78271F
Black with #78271F
Text Example
Text Example
White with #78271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78271F; }
p { color: rgb(120,39,31); }
H1.HeaderClassName
{
color: #78271F;
}
.AnyTagClassName
{
color: #78271F;
}
</style>
background-color css
<style>
a { background-color: #78271F; }
a { background-color: rgb(120,39,31); }
div.DivClassName
{
background-color: #78271F;
}
.BgClassName
{
background-color: #78271F;
}
</style>
border-color css
<style>
span { border-color: #78271F; }
span { border-color: rgb(120,39,31); }
td.TdClassName
{
border-color: #78271F;
}
.TagClassName
{
border-color: #78271F;
}
</style>