Shades of Temptress #411F25
Tints of Temptress #411F25
RGB
CMYK
RGB Variations
Color information
#411F25 (or 0x411F25) is known color: Temptress. HEX triplet: 41, 1F and 25. RGB value is (65,31,37). Sum of RGB (Red+Green+Blue) = 65+31+37=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #411F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F25 is #BEE0DA. Grayscale: #292929. Windows color (decimal): -12509403 or 2432833. OLE color: 2432833.
HSL color Cylindrical-coordinate representation of color #411F25: hue angle of 349.41º 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 #411F25 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 31 | 37 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.75 |
| HSL | 349.41º | 0.35% | 0.19% | - |
| HSV(B) | 349.41º | 0.52% | 0.25% | - |
| XYZ | 3 | 2.24 | 2.02 | - |
| YUV | 41.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 37 | 0 | 0.52 | 0.43 | 0.75 | 349.41 | 0.35 | 0.19 |
| Hex | 41 | 1F | 25 | 0 | 34 | 2B | 4B | 15D | 23 | 13 |
| Octal | 101 | 37 | 45 | 0 | 64 | 53 | 113 | 535 | 43 | 23 |
| Binary | 1000001 | 11111 | 100101 | 0 | 110100 | 101011 | 1001011 | 101011101 | 100011 | 10011 |
Color Harmonies of #411F25
Complementary color
Monochromatic Colors of #411F25
Black with #411F25
Text Example
Text Example
White with #411F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411F25; }
p { color: rgb(65,31,37); }
H1.HeaderClassName
{
color: #411F25;
}
.AnyTagClassName
{
color: #411F25;
}
</style>
background-color css
<style>
a { background-color: #411F25; }
a { background-color: rgb(65,31,37); }
div.DivClassName
{
background-color: #411F25;
}
.BgClassName
{
background-color: #411F25;
}
</style>
border-color css
<style>
span { border-color: #411F25; }
span { border-color: rgb(65,31,37); }
td.TdClassName
{
border-color: #411F25;
}
.TagClassName
{
border-color: #411F25;
}
</style>