Shades of Temptress #3E1B20
Tints of Temptress #3E1B20
RGB
CMYK
RGB Variations
Color information
#3E1B20 (or 0x3E1B20) is known color: Temptress. HEX triplet: 3E, 1B and 20. RGB value is (62,27,32). Sum of RGB (Red+Green+Blue) = 62+27+32=121 (16% of max value = 765). Red value is 62 (24.61% from 255 or 51.24% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1B20 is #C1E4DF. Grayscale: #262626. Windows color (decimal): -12707040 or 2104126. OLE color: 2104126.
HSL color Cylindrical-coordinate representation of color #3E1B20: hue angle of 351.43º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E1B20 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 27 | 32 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.76 |
| HSL | 351.43º | 0.39% | 0.17% | - |
| HSV(B) | 351.43º | 0.56% | 0.24% | - |
| XYZ | 2.64 | 1.91 | 1.6 | - |
| YUV | 38.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 27 | 32 | 0 | 0.56 | 0.48 | 0.76 | 351.43 | 0.39 | 0.17 |
| Hex | 3E | 1B | 20 | 0 | 38 | 30 | 4C | 15F | 27 | 11 |
| Octal | 76 | 33 | 40 | 0 | 70 | 60 | 114 | 537 | 47 | 21 |
| Binary | 111110 | 11011 | 100000 | 0 | 111000 | 110000 | 1001100 | 101011111 | 100111 | 10001 |
Color Harmonies of #3E1B20
Complementary color
Monochromatic Colors of #3E1B20
Black with #3E1B20
Text Example
Text Example
White with #3E1B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1B20; }
p { color: rgb(62,27,32); }
H1.HeaderClassName
{
color: #3E1B20;
}
.AnyTagClassName
{
color: #3E1B20;
}
</style>
background-color css
<style>
a { background-color: #3E1B20; }
a { background-color: rgb(62,27,32); }
div.DivClassName
{
background-color: #3E1B20;
}
.BgClassName
{
background-color: #3E1B20;
}
</style>
border-color css
<style>
span { border-color: #3E1B20; }
span { border-color: rgb(62,27,32); }
td.TdClassName
{
border-color: #3E1B20;
}
.TagClassName
{
border-color: #3E1B20;
}
</style>