Shades of Temptress #40292E
Tints of Temptress #40292E
RGB
CMYK
RGB Variations
Color information
#40292E (or 0x40292E) is known color: Temptress. HEX triplet: 40, 29 and 2E. RGB value is (64,41,46). Sum of RGB (Red+Green+Blue) = 64+41+46=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #40292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40292E is #BFD6D1. Grayscale: #303030. Windows color (decimal): -12572370 or 3025216. OLE color: 3025216.
HSL color Cylindrical-coordinate representation of color #40292E: hue angle of 346.96º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #40292E is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 41 | 46 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.75 |
| HSL | 346.96º | 0.22% | 0.21% | - |
| HSV(B) | 346.96º | 0.36% | 0.25% | - |
| XYZ | 3.4 | 2.87 | 2.96 | - |
| YUV | 48.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 46 | 0 | 0.36 | 0.28 | 0.75 | 346.96 | 0.22 | 0.21 |
| Hex | 40 | 29 | 2E | 0 | 24 | 1C | 4B | 15B | 16 | 15 |
| Octal | 100 | 51 | 56 | 0 | 44 | 34 | 113 | 533 | 26 | 25 |
| Binary | 1000000 | 101001 | 101110 | 0 | 100100 | 11100 | 1001011 | 101011011 | 10110 | 10101 |
Color Harmonies of #40292E
Complementary color
Monochromatic Colors of #40292E
Black with #40292E
Text Example
Text Example
White with #40292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40292E; }
p { color: rgb(64,41,46); }
H1.HeaderClassName
{
color: #40292E;
}
.AnyTagClassName
{
color: #40292E;
}
</style>
background-color css
<style>
a { background-color: #40292E; }
a { background-color: rgb(64,41,46); }
div.DivClassName
{
background-color: #40292E;
}
.BgClassName
{
background-color: #40292E;
}
</style>
border-color css
<style>
span { border-color: #40292E; }
span { border-color: rgb(64,41,46); }
td.TdClassName
{
border-color: #40292E;
}
.TagClassName
{
border-color: #40292E;
}
</style>