Shades of Temptress #3E0F1D
Tints of Temptress #3E0F1D
RGB
CMYK
RGB Variations
Color information
#3E0F1D (or 0x3E0F1D) is known color: Temptress. HEX triplet: 3E, 0F and 1D. RGB value is (62,15,29). Sum of RGB (Red+Green+Blue) = 62+15+29=106 (14% of max value = 765). Red value is 62 (24.61% from 255 or 58.49% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0F1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0F1D is #C1F0E2. Grayscale: #1E1E1E. Windows color (decimal): -12710115 or 1904446. OLE color: 1904446.
HSL color Cylindrical-coordinate representation of color #3E0F1D: hue angle of 342.13º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E0F1D is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 15 | 29 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.76 |
| HSL | 342.13º | 0.61% | 0.15% | - |
| HSV(B) | 342.13º | 0.76% | 0.24% | - |
| XYZ | 2.38 | 1.45 | 1.32 | - |
| YUV | 30.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 15 | 29 | 0 | 0.76 | 0.53 | 0.76 | 342.13 | 0.61 | 0.15 |
| Hex | 3E | F | 1D | 0 | 4C | 35 | 4C | 156 | 3D | F |
| Octal | 76 | 17 | 35 | 0 | 114 | 65 | 114 | 526 | 75 | 17 |
| Binary | 111110 | 1111 | 11101 | 0 | 1001100 | 110101 | 1001100 | 101010110 | 111101 | 1111 |
Color Harmonies of #3E0F1D
Complementary color
Monochromatic Colors of #3E0F1D
Black with #3E0F1D
Text Example
Text Example
White with #3E0F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0F1D; }
p { color: rgb(62,15,29); }
H1.HeaderClassName
{
color: #3E0F1D;
}
.AnyTagClassName
{
color: #3E0F1D;
}
</style>
background-color css
<style>
a { background-color: #3E0F1D; }
a { background-color: rgb(62,15,29); }
div.DivClassName
{
background-color: #3E0F1D;
}
.BgClassName
{
background-color: #3E0F1D;
}
</style>
border-color css
<style>
span { border-color: #3E0F1D; }
span { border-color: rgb(62,15,29); }
td.TdClassName
{
border-color: #3E0F1D;
}
.TagClassName
{
border-color: #3E0F1D;
}
</style>