Shades of Temptress #390E1C
Tints of Temptress #390E1C
RGB
CMYK
RGB Variations
Color information
#390E1C (or 0x390E1C) is known color: Temptress. HEX triplet: 39, 0E and 1C. RGB value is (57,14,28). Sum of RGB (Red+Green+Blue) = 57+14+28=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #390E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390E1C is #C6F1E3. Grayscale: #1C1C1C. Windows color (decimal): -13038052 or 1838649. OLE color: 1838649.
HSL color Cylindrical-coordinate representation of color #390E1C: hue angle of 340.47º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #390E1C is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 14 | 28 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.78 |
| HSL | 340.47º | 0.61% | 0.14% | - |
| HSV(B) | 340.47º | 0.75% | 0.22% | - |
| XYZ | 2.05 | 1.27 | 1.24 | - |
| YUV | 28.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 28 | 0 | 0.75 | 0.51 | 0.78 | 340.47 | 0.61 | 0.14 |
| Hex | 39 | E | 1C | 0 | 4B | 33 | 4E | 154 | 3D | E |
| Octal | 71 | 16 | 34 | 0 | 113 | 63 | 116 | 524 | 75 | 16 |
| Binary | 111001 | 1110 | 11100 | 0 | 1001011 | 110011 | 1001110 | 101010100 | 111101 | 1110 |
Color Harmonies of #390E1C
Complementary color
Monochromatic Colors of #390E1C
Black with #390E1C
Text Example
Text Example
White with #390E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390E1C; }
p { color: rgb(57,14,28); }
H1.HeaderClassName
{
color: #390E1C;
}
.AnyTagClassName
{
color: #390E1C;
}
</style>
background-color css
<style>
a { background-color: #390E1C; }
a { background-color: rgb(57,14,28); }
div.DivClassName
{
background-color: #390E1C;
}
.BgClassName
{
background-color: #390E1C;
}
</style>
border-color css
<style>
span { border-color: #390E1C; }
span { border-color: rgb(57,14,28); }
td.TdClassName
{
border-color: #390E1C;
}
.TagClassName
{
border-color: #390E1C;
}
</style>