Shades of Temptress #3E1420
Tints of Temptress #3E1420
RGB
CMYK
RGB Variations
Color information
#3E1420 (or 0x3E1420) is known color: Temptress. HEX triplet: 3E, 14 and 20. RGB value is (62,20,32). Sum of RGB (Red+Green+Blue) = 62+20+32=114 (15% of max value = 765). Red value is 62 (24.61% from 255 or 54.39% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1420 is #C1EBDF. Grayscale: #212121. Windows color (decimal): -12708832 or 2102334. OLE color: 2102334.
HSL color Cylindrical-coordinate representation of color #3E1420: hue angle of 342.86º 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 #3E1420 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 20 | 32 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.76 |
| HSL | 342.86º | 0.51% | 0.16% | - |
| HSV(B) | 342.86º | 0.68% | 0.24% | - |
| XYZ | 2.5 | 1.63 | 1.55 | - |
| YUV | 33.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 32 | 0 | 0.68 | 0.48 | 0.76 | 342.86 | 0.51 | 0.16 |
| Hex | 3E | 14 | 20 | 0 | 44 | 30 | 4C | 157 | 33 | 10 |
| Octal | 76 | 24 | 40 | 0 | 104 | 60 | 114 | 527 | 63 | 20 |
| Binary | 111110 | 10100 | 100000 | 0 | 1000100 | 110000 | 1001100 | 101010111 | 110011 | 10000 |
Color Harmonies of #3E1420
Complementary color
Monochromatic Colors of #3E1420
Black with #3E1420
Text Example
Text Example
White with #3E1420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1420; }
p { color: rgb(62,20,32); }
H1.HeaderClassName
{
color: #3E1420;
}
.AnyTagClassName
{
color: #3E1420;
}
</style>
background-color css
<style>
a { background-color: #3E1420; }
a { background-color: rgb(62,20,32); }
div.DivClassName
{
background-color: #3E1420;
}
.BgClassName
{
background-color: #3E1420;
}
</style>
border-color css
<style>
span { border-color: #3E1420; }
span { border-color: rgb(62,20,32); }
td.TdClassName
{
border-color: #3E1420;
}
.TagClassName
{
border-color: #3E1420;
}
</style>