Shades of Temptress #3E1921
Tints of Temptress #3E1921
RGB
CMYK
RGB Variations
Color information
#3E1921 (or 0x3E1921) is known color: Temptress. HEX triplet: 3E, 19 and 21. RGB value is (62,25,33). Sum of RGB (Red+Green+Blue) = 62+25+33=120 (15% of max value = 765). Red value is 62 (24.61% from 255 or 51.67% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1921 is #C1E6DE. Grayscale: #242424. Windows color (decimal): -12707551 or 2169150. OLE color: 2169150.
HSL color Cylindrical-coordinate representation of color #3E1921: hue angle of 347.03º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E1921 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 25 | 33 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.76 |
| HSL | 347.03º | 0.43% | 0.17% | - |
| HSV(B) | 347.03º | 0.6% | 0.24% | - |
| XYZ | 2.61 | 1.83 | 1.65 | - |
| YUV | 36.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 25 | 33 | 0 | 0.60 | 0.47 | 0.76 | 347.03 | 0.43 | 0.17 |
| Hex | 3E | 19 | 21 | 0 | 3C | 2F | 4C | 15B | 2B | 11 |
| Octal | 76 | 31 | 41 | 0 | 74 | 57 | 114 | 533 | 53 | 21 |
| Binary | 111110 | 11001 | 100001 | 0 | 111100 | 101111 | 1001100 | 101011011 | 101011 | 10001 |
Color Harmonies of #3E1921
Complementary color
Monochromatic Colors of #3E1921
Black with #3E1921
Text Example
Text Example
White with #3E1921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1921; }
p { color: rgb(62,25,33); }
H1.HeaderClassName
{
color: #3E1921;
}
.AnyTagClassName
{
color: #3E1921;
}
</style>
background-color css
<style>
a { background-color: #3E1921; }
a { background-color: rgb(62,25,33); }
div.DivClassName
{
background-color: #3E1921;
}
.BgClassName
{
background-color: #3E1921;
}
</style>
border-color css
<style>
span { border-color: #3E1921; }
span { border-color: rgb(62,25,33); }
td.TdClassName
{
border-color: #3E1921;
}
.TagClassName
{
border-color: #3E1921;
}
</style>