Shades of Temptress #411C27
Tints of Temptress #411C27
RGB
CMYK
RGB Variations
Color information
#411C27 (or 0x411C27) is known color: Temptress. HEX triplet: 41, 1C and 27. RGB value is (65,28,39). Sum of RGB (Red+Green+Blue) = 65+28+39=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #411C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C27 is #BEE3D8. Grayscale: #282828. Windows color (decimal): -12510169 or 2563137. OLE color: 2563137.
HSL color Cylindrical-coordinate representation of color #411C27: hue angle of 342.16º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #411C27 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 28 | 39 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.75 |
| HSL | 342.16º | 0.4% | 0.18% | - |
| HSV(B) | 342.16º | 0.57% | 0.25% | - |
| XYZ | 2.96 | 2.1 | 2.17 | - |
| YUV | 40.32 | 127.26 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 39 | 0 | 0.57 | 0.40 | 0.75 | 342.16 | 0.4 | 0.18 |
| Hex | 41 | 1C | 27 | 0 | 39 | 28 | 4B | 156 | 28 | 12 |
| Octal | 101 | 34 | 47 | 0 | 71 | 50 | 113 | 526 | 50 | 22 |
| Binary | 1000001 | 11100 | 100111 | 0 | 111001 | 101000 | 1001011 | 101010110 | 101000 | 10010 |
Color Harmonies of #411C27
Complementary color
Monochromatic Colors of #411C27
Black with #411C27
Text Example
Text Example
White with #411C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C27; }
p { color: rgb(65,28,39); }
H1.HeaderClassName
{
color: #411C27;
}
.AnyTagClassName
{
color: #411C27;
}
</style>
background-color css
<style>
a { background-color: #411C27; }
a { background-color: rgb(65,28,39); }
div.DivClassName
{
background-color: #411C27;
}
.BgClassName
{
background-color: #411C27;
}
</style>
border-color css
<style>
span { border-color: #411C27; }
span { border-color: rgb(65,28,39); }
td.TdClassName
{
border-color: #411C27;
}
.TagClassName
{
border-color: #411C27;
}
</style>