Shades of Temptress #3E1421
Tints of Temptress #3E1421
RGB
CMYK
RGB Variations
Color information
#3E1421 (or 0x3E1421) is known color: Temptress. HEX triplet: 3E, 14 and 21. RGB value is (62,20,33). Sum of RGB (Red+Green+Blue) = 62+20+33=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1421 is #C1EBDE. Grayscale: #222222. Windows color (decimal): -12708831 or 2167870. OLE color: 2167870.
HSL color Cylindrical-coordinate representation of color #3E1421: hue angle of 341.43º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E1421 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 20 | 33 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.76 |
| HSL | 341.43º | 0.51% | 0.16% | - |
| HSV(B) | 341.43º | 0.68% | 0.24% | - |
| XYZ | 2.51 | 1.63 | 1.62 | - |
| YUV | 34.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 33 | 0 | 0.68 | 0.47 | 0.76 | 341.43 | 0.51 | 0.16 |
| Hex | 3E | 14 | 21 | 0 | 44 | 2F | 4C | 155 | 33 | 10 |
| Octal | 76 | 24 | 41 | 0 | 104 | 57 | 114 | 525 | 63 | 20 |
| Binary | 111110 | 10100 | 100001 | 0 | 1000100 | 101111 | 1001100 | 101010101 | 110011 | 10000 |
Color Harmonies of #3E1421
Complementary color
Monochromatic Colors of #3E1421
Black with #3E1421
Text Example
Text Example
White with #3E1421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1421; }
p { color: rgb(62,20,33); }
H1.HeaderClassName
{
color: #3E1421;
}
.AnyTagClassName
{
color: #3E1421;
}
</style>
background-color css
<style>
a { background-color: #3E1421; }
a { background-color: rgb(62,20,33); }
div.DivClassName
{
background-color: #3E1421;
}
.BgClassName
{
background-color: #3E1421;
}
</style>
border-color css
<style>
span { border-color: #3E1421; }
span { border-color: rgb(62,20,33); }
td.TdClassName
{
border-color: #3E1421;
}
.TagClassName
{
border-color: #3E1421;
}
</style>