Shades of Temptress #411E27
Tints of Temptress #411E27
RGB
CMYK
RGB Variations
Color information
#411E27 (or 0x411E27) is known color: Temptress. HEX triplet: 41, 1E and 27. RGB value is (65,30,39). Sum of RGB (Red+Green+Blue) = 65+30+39=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #411E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E27 is #BEE1D8. Grayscale: #292929. Windows color (decimal): -12509657 or 2563649. OLE color: 2563649.
HSL color Cylindrical-coordinate representation of color #411E27: hue angle of 344.57º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #411E27 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 30 | 39 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.75 |
| HSL | 344.57º | 0.37% | 0.19% | - |
| HSV(B) | 344.57º | 0.54% | 0.25% | - |
| XYZ | 3.01 | 2.2 | 2.19 | - |
| YUV | 41.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 30 | 39 | 0 | 0.54 | 0.40 | 0.75 | 344.57 | 0.37 | 0.19 |
| Hex | 41 | 1E | 27 | 0 | 36 | 28 | 4B | 159 | 25 | 13 |
| Octal | 101 | 36 | 47 | 0 | 66 | 50 | 113 | 531 | 45 | 23 |
| Binary | 1000001 | 11110 | 100111 | 0 | 110110 | 101000 | 1001011 | 101011001 | 100101 | 10011 |
Color Harmonies of #411E27
Complementary color
Monochromatic Colors of #411E27
Black with #411E27
Text Example
Text Example
White with #411E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411E27; }
p { color: rgb(65,30,39); }
H1.HeaderClassName
{
color: #411E27;
}
.AnyTagClassName
{
color: #411E27;
}
</style>
background-color css
<style>
a { background-color: #411E27; }
a { background-color: rgb(65,30,39); }
div.DivClassName
{
background-color: #411E27;
}
.BgClassName
{
background-color: #411E27;
}
</style>
border-color css
<style>
span { border-color: #411E27; }
span { border-color: rgb(65,30,39); }
td.TdClassName
{
border-color: #411E27;
}
.TagClassName
{
border-color: #411E27;
}
</style>