Shades of Temptress #3E1F25
Tints of Temptress #3E1F25
RGB
CMYK
RGB Variations
Color information
#3E1F25 (or 0x3E1F25) is known color: Temptress. HEX triplet: 3E, 1F and 25. RGB value is (62,31,37). Sum of RGB (Red+Green+Blue) = 62+31+37=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1F25 is #C1E0DA. Grayscale: #282828. Windows color (decimal): -12706011 or 2432830. OLE color: 2432830.
HSL color Cylindrical-coordinate representation of color #3E1F25: hue angle of 348.39º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E1F25 is Cyan = 0, Magento = 0.5, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 31 | 37 | - |
| CMYK | 0 | 0.5 | 0.40 | 0.76 |
| HSL | 348.39º | 0.33% | 0.18% | - |
| HSV(B) | 348.39º | 0.5% | 0.24% | - |
| XYZ | 2.81 | 2.14 | 2.01 | - |
| YUV | 40.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 31 | 37 | 0 | 0.5 | 0.40 | 0.76 | 348.39 | 0.33 | 0.18 |
| Hex | 3E | 1F | 25 | 0 | 32 | 28 | 4C | 15C | 21 | 12 |
| Octal | 76 | 37 | 45 | 0 | 62 | 50 | 114 | 534 | 41 | 22 |
| Binary | 111110 | 11111 | 100101 | 0 | 110010 | 101000 | 1001100 | 101011100 | 100001 | 10010 |
Color Harmonies of #3E1F25
Complementary color
Monochromatic Colors of #3E1F25
Black with #3E1F25
Text Example
Text Example
White with #3E1F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1F25; }
p { color: rgb(62,31,37); }
H1.HeaderClassName
{
color: #3E1F25;
}
.AnyTagClassName
{
color: #3E1F25;
}
</style>
background-color css
<style>
a { background-color: #3E1F25; }
a { background-color: rgb(62,31,37); }
div.DivClassName
{
background-color: #3E1F25;
}
.BgClassName
{
background-color: #3E1F25;
}
</style>
border-color css
<style>
span { border-color: #3E1F25; }
span { border-color: rgb(62,31,37); }
td.TdClassName
{
border-color: #3E1F25;
}
.TagClassName
{
border-color: #3E1F25;
}
</style>