Shades of Temptress #401F25
Tints of Temptress #401F25
RGB
CMYK
RGB Variations
Color information
#401F25 (or 0x401F25) is known color: Temptress. HEX triplet: 40, 1F and 25. RGB value is (64,31,37). Sum of RGB (Red+Green+Blue) = 64+31+37=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #401F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F25 is #BFE0DA. Grayscale: #292929. Windows color (decimal): -12574939 or 2432832. OLE color: 2432832.
HSL color Cylindrical-coordinate representation of color #401F25: hue angle of 349.09º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #401F25 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 31 | 37 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.75 |
| HSL | 349.09º | 0.35% | 0.19% | - |
| HSV(B) | 349.09º | 0.52% | 0.25% | - |
| XYZ | 2.94 | 2.2 | 2.02 | - |
| YUV | 41.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 37 | 0 | 0.52 | 0.42 | 0.75 | 349.09 | 0.35 | 0.19 |
| Hex | 40 | 1F | 25 | 0 | 34 | 2A | 4B | 15D | 23 | 13 |
| Octal | 100 | 37 | 45 | 0 | 64 | 52 | 113 | 535 | 43 | 23 |
| Binary | 1000000 | 11111 | 100101 | 0 | 110100 | 101010 | 1001011 | 101011101 | 100011 | 10011 |
Color Harmonies of #401F25
Complementary color
Monochromatic Colors of #401F25
Black with #401F25
Text Example
Text Example
White with #401F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F25; }
p { color: rgb(64,31,37); }
H1.HeaderClassName
{
color: #401F25;
}
.AnyTagClassName
{
color: #401F25;
}
</style>
background-color css
<style>
a { background-color: #401F25; }
a { background-color: rgb(64,31,37); }
div.DivClassName
{
background-color: #401F25;
}
.BgClassName
{
background-color: #401F25;
}
</style>
border-color css
<style>
span { border-color: #401F25; }
span { border-color: rgb(64,31,37); }
td.TdClassName
{
border-color: #401F25;
}
.TagClassName
{
border-color: #401F25;
}
</style>