Shades of Temptress #412025
Tints of Temptress #412025
RGB
CMYK
RGB Variations
Color information
#412025 (or 0x412025) is known color: Temptress. HEX triplet: 41, 20 and 25. RGB value is (65,32,37). Sum of RGB (Red+Green+Blue) = 65+32+37=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #412025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412025 is #BEDFDA. Grayscale: #2A2A2A. Windows color (decimal): -12509147 or 2433089. OLE color: 2433089.
HSL color Cylindrical-coordinate representation of color #412025: hue angle of 350.91º 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 #412025 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 32 | 37 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.75 |
| HSL | 350.91º | 0.34% | 0.19% | - |
| HSV(B) | 350.91º | 0.51% | 0.25% | - |
| XYZ | 3.03 | 2.29 | 2.03 | - |
| YUV | 42.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 37 | 0 | 0.51 | 0.43 | 0.75 | 350.91 | 0.34 | 0.19 |
| Hex | 41 | 20 | 25 | 0 | 33 | 2B | 4B | 15F | 22 | 13 |
| Octal | 101 | 40 | 45 | 0 | 63 | 53 | 113 | 537 | 42 | 23 |
| Binary | 1000001 | 100000 | 100101 | 0 | 110011 | 101011 | 1001011 | 101011111 | 100010 | 10011 |
Color Harmonies of #412025
Complementary color
Monochromatic Colors of #412025
Black with #412025
Text Example
Text Example
White with #412025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412025; }
p { color: rgb(65,32,37); }
H1.HeaderClassName
{
color: #412025;
}
.AnyTagClassName
{
color: #412025;
}
</style>
background-color css
<style>
a { background-color: #412025; }
a { background-color: rgb(65,32,37); }
div.DivClassName
{
background-color: #412025;
}
.BgClassName
{
background-color: #412025;
}
</style>
border-color css
<style>
span { border-color: #412025; }
span { border-color: rgb(65,32,37); }
td.TdClassName
{
border-color: #412025;
}
.TagClassName
{
border-color: #412025;
}
</style>