Shades of Temptress #401E25
Tints of Temptress #401E25
RGB
CMYK
RGB Variations
Color information
#401E25 (or 0x401E25) is known color: Temptress. HEX triplet: 40, 1E and 25. RGB value is (64,30,37). Sum of RGB (Red+Green+Blue) = 64+30+37=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #401E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E25 is #BFE1DA. Grayscale: #282828. Windows color (decimal): -12575195 or 2432576. OLE color: 2432576.
HSL color Cylindrical-coordinate representation of color #401E25: hue angle of 347.65º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #401E25 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 30 | 37 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.75 |
| HSL | 347.65º | 0.36% | 0.18% | - |
| HSV(B) | 347.65º | 0.53% | 0.25% | - |
| XYZ | 2.91 | 2.15 | 2.01 | - |
| YUV | 40.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 30 | 37 | 0 | 0.53 | 0.42 | 0.75 | 347.65 | 0.36 | 0.18 |
| Hex | 40 | 1E | 25 | 0 | 35 | 2A | 4B | 15C | 24 | 12 |
| Octal | 100 | 36 | 45 | 0 | 65 | 52 | 113 | 534 | 44 | 22 |
| Binary | 1000000 | 11110 | 100101 | 0 | 110101 | 101010 | 1001011 | 101011100 | 100100 | 10010 |
Color Harmonies of #401E25
Complementary color
Monochromatic Colors of #401E25
Black with #401E25
Text Example
Text Example
White with #401E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401E25; }
p { color: rgb(64,30,37); }
H1.HeaderClassName
{
color: #401E25;
}
.AnyTagClassName
{
color: #401E25;
}
</style>
background-color css
<style>
a { background-color: #401E25; }
a { background-color: rgb(64,30,37); }
div.DivClassName
{
background-color: #401E25;
}
.BgClassName
{
background-color: #401E25;
}
</style>
border-color css
<style>
span { border-color: #401E25; }
span { border-color: rgb(64,30,37); }
td.TdClassName
{
border-color: #401E25;
}
.TagClassName
{
border-color: #401E25;
}
</style>