Shades of Lusty #742A27
Tints of Lusty #742A27
RGB
CMYK
RGB Variations
Color information
#742A27 (or 0x742A27) is known color: Lusty. HEX triplet: 74, 2A and 27. RGB value is (116,42,39). Sum of RGB (Red+Green+Blue) = 116+42+39=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #742A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742A27 is #8BD5D8. Grayscale: #3F3F3F. Windows color (decimal): -9164249 or 2566772. OLE color: 2566772.
HSL color Cylindrical-coordinate representation of color #742A27: hue angle of 2.34º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #742A27 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 42 | 39 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.55 |
| HSL | 2.34º | 0.5% | 0.3% | - |
| HSV(B) | 2.34º | 0.66% | 0.45% | - |
| XYZ | 8.4 | 5.52 | 2.54 | - |
| YUV | 63.78 | 114.02 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 42 | 39 | 0 | 0.64 | 0.66 | 0.55 | 2.34 | 0.5 | 0.3 |
| Hex | 74 | 2A | 27 | 0 | 40 | 42 | 37 | 2 | 32 | 1E |
| Octal | 164 | 52 | 47 | 0 | 100 | 102 | 67 | 2 | 62 | 36 |
| Binary | 1110100 | 101010 | 100111 | 0 | 1000000 | 1000010 | 110111 | 10 | 110010 | 11110 |
Color Harmonies of #742A27
Complementary color
Monochromatic Colors of #742A27
Black with #742A27
Text Example
Text Example
White with #742A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742A27; }
p { color: rgb(116,42,39); }
H1.HeaderClassName
{
color: #742A27;
}
.AnyTagClassName
{
color: #742A27;
}
</style>
background-color css
<style>
a { background-color: #742A27; }
a { background-color: rgb(116,42,39); }
div.DivClassName
{
background-color: #742A27;
}
.BgClassName
{
background-color: #742A27;
}
</style>
border-color css
<style>
span { border-color: #742A27; }
span { border-color: rgb(116,42,39); }
td.TdClassName
{
border-color: #742A27;
}
.TagClassName
{
border-color: #742A27;
}
</style>