Shades of Temptress #412029
Tints of Temptress #412029
RGB
CMYK
RGB Variations
Color information
#412029 (or 0x412029) is known color: Temptress. HEX triplet: 41, 20 and 29. RGB value is (65,32,41). Sum of RGB (Red+Green+Blue) = 65+32+41=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #412029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412029 is #BEDFD6. Grayscale: #2A2A2A. Windows color (decimal): -12509143 or 2695233. OLE color: 2695233.
HSL color Cylindrical-coordinate representation of color #412029: hue angle of 343.64º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #412029 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 32 | 41 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.75 |
| HSL | 343.64º | 0.34% | 0.19% | - |
| HSV(B) | 343.64º | 0.51% | 0.25% | - |
| XYZ | 3.1 | 2.32 | 2.38 | - |
| YUV | 42.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 41 | 0 | 0.51 | 0.37 | 0.75 | 343.64 | 0.34 | 0.19 |
| Hex | 41 | 20 | 29 | 0 | 33 | 25 | 4B | 158 | 22 | 13 |
| Octal | 101 | 40 | 51 | 0 | 63 | 45 | 113 | 530 | 42 | 23 |
| Binary | 1000001 | 100000 | 101001 | 0 | 110011 | 100101 | 1001011 | 101011000 | 100010 | 10011 |
Color Harmonies of #412029
Complementary color
Monochromatic Colors of #412029
Black with #412029
Text Example
Text Example
White with #412029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412029; }
p { color: rgb(65,32,41); }
H1.HeaderClassName
{
color: #412029;
}
.AnyTagClassName
{
color: #412029;
}
</style>
background-color css
<style>
a { background-color: #412029; }
a { background-color: rgb(65,32,41); }
div.DivClassName
{
background-color: #412029;
}
.BgClassName
{
background-color: #412029;
}
</style>
border-color css
<style>
span { border-color: #412029; }
span { border-color: rgb(65,32,41); }
td.TdClassName
{
border-color: #412029;
}
.TagClassName
{
border-color: #412029;
}
</style>