Shades of Temptress #3E1C23
Tints of Temptress #3E1C23
RGB
CMYK
RGB Variations
Color information
#3E1C23 (or 0x3E1C23) is known color: Temptress. HEX triplet: 3E, 1C and 23. RGB value is (62,28,35). Sum of RGB (Red+Green+Blue) = 62+28+35=125 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.6% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1C23 is #C1E3DC. Grayscale: #262626. Windows color (decimal): -12706781 or 2300990. OLE color: 2300990.
HSL color Cylindrical-coordinate representation of color #3E1C23: hue angle of 347.65º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E1C23 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 28 | 35 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.76 |
| HSL | 347.65º | 0.38% | 0.18% | - |
| HSV(B) | 347.65º | 0.55% | 0.24% | - |
| XYZ | 2.71 | 1.98 | 1.83 | - |
| YUV | 38.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 28 | 35 | 0 | 0.55 | 0.44 | 0.76 | 347.65 | 0.38 | 0.18 |
| Hex | 3E | 1C | 23 | 0 | 37 | 2C | 4C | 15C | 26 | 12 |
| Octal | 76 | 34 | 43 | 0 | 67 | 54 | 114 | 534 | 46 | 22 |
| Binary | 111110 | 11100 | 100011 | 0 | 110111 | 101100 | 1001100 | 101011100 | 100110 | 10010 |
Color Harmonies of #3E1C23
Complementary color
Monochromatic Colors of #3E1C23
Black with #3E1C23
Text Example
Text Example
White with #3E1C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1C23; }
p { color: rgb(62,28,35); }
H1.HeaderClassName
{
color: #3E1C23;
}
.AnyTagClassName
{
color: #3E1C23;
}
</style>
background-color css
<style>
a { background-color: #3E1C23; }
a { background-color: rgb(62,28,35); }
div.DivClassName
{
background-color: #3E1C23;
}
.BgClassName
{
background-color: #3E1C23;
}
</style>
border-color css
<style>
span { border-color: #3E1C23; }
span { border-color: rgb(62,28,35); }
td.TdClassName
{
border-color: #3E1C23;
}
.TagClassName
{
border-color: #3E1C23;
}
</style>