Shades of Temptress #3E0E1D
Tints of Temptress #3E0E1D
RGB
CMYK
RGB Variations
Color information
#3E0E1D (or 0x3E0E1D) is known color: Temptress. HEX triplet: 3E, 0E and 1D. RGB value is (62,14,29). Sum of RGB (Red+Green+Blue) = 62+14+29=105 (13% of max value = 765). Red value is 62 (24.61% from 255 or 59.05% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0E1D is #C1F1E2. Grayscale: #1E1E1E. Windows color (decimal): -12710371 or 1904190. OLE color: 1904190.
HSL color Cylindrical-coordinate representation of color #3E0E1D: hue angle of 341.25º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E0E1D is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 14 | 29 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.76 |
| HSL | 341.25º | 0.63% | 0.15% | - |
| HSV(B) | 341.25º | 0.77% | 0.24% | - |
| XYZ | 2.37 | 1.43 | 1.31 | - |
| YUV | 30.06 | 127.4 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 14 | 29 | 0 | 0.77 | 0.53 | 0.76 | 341.25 | 0.63 | 0.15 |
| Hex | 3E | E | 1D | 0 | 4D | 35 | 4C | 155 | 3F | F |
| Octal | 76 | 16 | 35 | 0 | 115 | 65 | 114 | 525 | 77 | 17 |
| Binary | 111110 | 1110 | 11101 | 0 | 1001101 | 110101 | 1001100 | 101010101 | 111111 | 1111 |
Color Harmonies of #3E0E1D
Complementary color
Monochromatic Colors of #3E0E1D
Black with #3E0E1D
Text Example
Text Example
White with #3E0E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0E1D; }
p { color: rgb(62,14,29); }
H1.HeaderClassName
{
color: #3E0E1D;
}
.AnyTagClassName
{
color: #3E0E1D;
}
</style>
background-color css
<style>
a { background-color: #3E0E1D; }
a { background-color: rgb(62,14,29); }
div.DivClassName
{
background-color: #3E0E1D;
}
.BgClassName
{
background-color: #3E0E1D;
}
</style>
border-color css
<style>
span { border-color: #3E0E1D; }
span { border-color: rgb(62,14,29); }
td.TdClassName
{
border-color: #3E0E1D;
}
.TagClassName
{
border-color: #3E0E1D;
}
</style>