Shades of Temptress #3E1523
Tints of Temptress #3E1523
RGB
CMYK
RGB Variations
Color information
#3E1523 (or 0x3E1523) is known color: Temptress. HEX triplet: 3E, 15 and 23. RGB value is (62,21,35). Sum of RGB (Red+Green+Blue) = 62+21+35=118 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.54% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1523 is #C1EADC. Grayscale: #222222. Windows color (decimal): -12708573 or 2299198. OLE color: 2299198.
HSL color Cylindrical-coordinate representation of color #3E1523: hue angle of 339.51º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E1523 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 21 | 35 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.76 |
| HSL | 339.51º | 0.49% | 0.16% | - |
| HSV(B) | 339.51º | 0.66% | 0.24% | - |
| XYZ | 2.56 | 1.68 | 1.78 | - |
| YUV | 34.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 21 | 35 | 0 | 0.66 | 0.44 | 0.76 | 339.51 | 0.49 | 0.16 |
| Hex | 3E | 15 | 23 | 0 | 42 | 2C | 4C | 154 | 31 | 10 |
| Octal | 76 | 25 | 43 | 0 | 102 | 54 | 114 | 524 | 61 | 20 |
| Binary | 111110 | 10101 | 100011 | 0 | 1000010 | 101100 | 1001100 | 101010100 | 110001 | 10000 |
Color Harmonies of #3E1523
Complementary color
Monochromatic Colors of #3E1523
Black with #3E1523
Text Example
Text Example
White with #3E1523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1523; }
p { color: rgb(62,21,35); }
H1.HeaderClassName
{
color: #3E1523;
}
.AnyTagClassName
{
color: #3E1523;
}
</style>
background-color css
<style>
a { background-color: #3E1523; }
a { background-color: rgb(62,21,35); }
div.DivClassName
{
background-color: #3E1523;
}
.BgClassName
{
background-color: #3E1523;
}
</style>
border-color css
<style>
span { border-color: #3E1523; }
span { border-color: rgb(62,21,35); }
td.TdClassName
{
border-color: #3E1523;
}
.TagClassName
{
border-color: #3E1523;
}
</style>