Shades of Temptress #412127
Tints of Temptress #412127
RGB
CMYK
RGB Variations
Color information
#412127 (or 0x412127) is known color: Temptress. HEX triplet: 41, 21 and 27. RGB value is (65,33,39). Sum of RGB (Red+Green+Blue) = 65+33+39=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #412127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412127 is #BEDED8. Grayscale: #2B2B2B. Windows color (decimal): -12508889 or 2564417. OLE color: 2564417.
HSL color Cylindrical-coordinate representation of color #412127: hue angle of 348.75º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #412127 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 33 | 39 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.75 |
| HSL | 348.75º | 0.33% | 0.19% | - |
| HSV(B) | 348.75º | 0.49% | 0.25% | - |
| XYZ | 3.09 | 2.36 | 2.21 | - |
| YUV | 43.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 39 | 0 | 0.49 | 0.40 | 0.75 | 348.75 | 0.33 | 0.19 |
| Hex | 41 | 21 | 27 | 0 | 31 | 28 | 4B | 15D | 21 | 13 |
| Octal | 101 | 41 | 47 | 0 | 61 | 50 | 113 | 535 | 41 | 23 |
| Binary | 1000001 | 100001 | 100111 | 0 | 110001 | 101000 | 1001011 | 101011101 | 100001 | 10011 |
Color Harmonies of #412127
Complementary color
Monochromatic Colors of #412127
Black with #412127
Text Example
Text Example
White with #412127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412127; }
p { color: rgb(65,33,39); }
H1.HeaderClassName
{
color: #412127;
}
.AnyTagClassName
{
color: #412127;
}
</style>
background-color css
<style>
a { background-color: #412127; }
a { background-color: rgb(65,33,39); }
div.DivClassName
{
background-color: #412127;
}
.BgClassName
{
background-color: #412127;
}
</style>
border-color css
<style>
span { border-color: #412127; }
span { border-color: rgb(65,33,39); }
td.TdClassName
{
border-color: #412127;
}
.TagClassName
{
border-color: #412127;
}
</style>