Shades of Lusty #742D2D
Tints of Lusty #742D2D
RGB
CMYK
RGB Variations
Color information
#742D2D (or 0x742D2D) is known color: Lusty. HEX triplet: 74, 2D and 2D. RGB value is (116,45,45). Sum of RGB (Red+Green+Blue) = 116+45+45=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #742D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742D2D is #8BD2D2. Grayscale: #424242. Windows color (decimal): -9163475 or 2960756. OLE color: 2960756.
HSL color Cylindrical-coordinate representation of color #742D2D: hue angle of 0º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #742D2D is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 45 | 45 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.55 |
| HSL | 0º | 0.44% | 0.32% | - |
| HSV(B) | 0º | 0.61% | 0.45% | - |
| XYZ | 8.61 | 5.78 | 3.14 | - |
| YUV | 66.23 | 116.02 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 45 | 0 | 0.61 | 0.61 | 0.55 | 0 | 0.44 | 0.32 |
| Hex | 74 | 2D | 2D | 0 | 3D | 3D | 37 | 0 | 2C | 20 |
| Octal | 164 | 55 | 55 | 0 | 75 | 75 | 67 | 0 | 54 | 40 |
| Binary | 1110100 | 101101 | 101101 | 0 | 111101 | 111101 | 110111 | 0 | 101100 | 100000 |
Color Harmonies of #742D2D
Complementary color
Monochromatic Colors of #742D2D
Black with #742D2D
Text Example
Text Example
White with #742D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742D2D; }
p { color: rgb(116,45,45); }
H1.HeaderClassName
{
color: #742D2D;
}
.AnyTagClassName
{
color: #742D2D;
}
</style>
background-color css
<style>
a { background-color: #742D2D; }
a { background-color: rgb(116,45,45); }
div.DivClassName
{
background-color: #742D2D;
}
.BgClassName
{
background-color: #742D2D;
}
</style>
border-color css
<style>
span { border-color: #742D2D; }
span { border-color: rgb(116,45,45); }
td.TdClassName
{
border-color: #742D2D;
}
.TagClassName
{
border-color: #742D2D;
}
</style>