Shades of Temptress #411D24
Tints of Temptress #411D24
RGB
CMYK
RGB Variations
Color information
#411D24 (or 0x411D24) is known color: Temptress. HEX triplet: 41, 1D and 24. RGB value is (65,29,36). Sum of RGB (Red+Green+Blue) = 65+29+36=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #411D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D24 is #BEE2DB. Grayscale: #282828. Windows color (decimal): -12509916 or 2366785. OLE color: 2366785.
HSL color Cylindrical-coordinate representation of color #411D24: hue angle of 348.33º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #411D24 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 29 | 36 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.75 |
| HSL | 348.33º | 0.38% | 0.18% | - |
| HSV(B) | 348.33º | 0.55% | 0.25% | - |
| XYZ | 2.94 | 2.13 | 1.93 | - |
| YUV | 40.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 36 | 0 | 0.55 | 0.45 | 0.75 | 348.33 | 0.38 | 0.18 |
| Hex | 41 | 1D | 24 | 0 | 37 | 2D | 4B | 15C | 26 | 12 |
| Octal | 101 | 35 | 44 | 0 | 67 | 55 | 113 | 534 | 46 | 22 |
| Binary | 1000001 | 11101 | 100100 | 0 | 110111 | 101101 | 1001011 | 101011100 | 100110 | 10010 |
Color Harmonies of #411D24
Complementary color
Monochromatic Colors of #411D24
Black with #411D24
Text Example
Text Example
White with #411D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411D24; }
p { color: rgb(65,29,36); }
H1.HeaderClassName
{
color: #411D24;
}
.AnyTagClassName
{
color: #411D24;
}
</style>
background-color css
<style>
a { background-color: #411D24; }
a { background-color: rgb(65,29,36); }
div.DivClassName
{
background-color: #411D24;
}
.BgClassName
{
background-color: #411D24;
}
</style>
border-color css
<style>
span { border-color: #411D24; }
span { border-color: rgb(65,29,36); }
td.TdClassName
{
border-color: #411D24;
}
.TagClassName
{
border-color: #411D24;
}
</style>