Shades of Temptress #401F27
Tints of Temptress #401F27
RGB
CMYK
RGB Variations
Color information
#401F27 (or 0x401F27) is known color: Temptress. HEX triplet: 40, 1F and 27. RGB value is (64,31,39). Sum of RGB (Red+Green+Blue) = 64+31+39=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #401F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F27 is #BFE0D8. Grayscale: #292929. Windows color (decimal): -12574937 or 2563904. OLE color: 2563904.
HSL color Cylindrical-coordinate representation of color #401F27: hue angle of 345.45º 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 #401F27 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 31 | 39 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.75 |
| HSL | 345.45º | 0.35% | 0.19% | - |
| HSV(B) | 345.45º | 0.52% | 0.25% | - |
| XYZ | 2.97 | 2.22 | 2.19 | - |
| YUV | 41.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 39 | 0 | 0.52 | 0.39 | 0.75 | 345.45 | 0.35 | 0.19 |
| Hex | 40 | 1F | 27 | 0 | 34 | 27 | 4B | 159 | 23 | 13 |
| Octal | 100 | 37 | 47 | 0 | 64 | 47 | 113 | 531 | 43 | 23 |
| Binary | 1000000 | 11111 | 100111 | 0 | 110100 | 100111 | 1001011 | 101011001 | 100011 | 10011 |
Color Harmonies of #401F27
Complementary color
Monochromatic Colors of #401F27
Black with #401F27
Text Example
Text Example
White with #401F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F27; }
p { color: rgb(64,31,39); }
H1.HeaderClassName
{
color: #401F27;
}
.AnyTagClassName
{
color: #401F27;
}
</style>
background-color css
<style>
a { background-color: #401F27; }
a { background-color: rgb(64,31,39); }
div.DivClassName
{
background-color: #401F27;
}
.BgClassName
{
background-color: #401F27;
}
</style>
border-color css
<style>
span { border-color: #401F27; }
span { border-color: rgb(64,31,39); }
td.TdClassName
{
border-color: #401F27;
}
.TagClassName
{
border-color: #401F27;
}
</style>