Shades of Temptress #391B20
Tints of Temptress #391B20
RGB
CMYK
RGB Variations
Color information
#391B20 (or 0x391B20) is known color: Temptress. HEX triplet: 39, 1B and 20. RGB value is (57,27,32). Sum of RGB (Red+Green+Blue) = 57+27+32=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #391B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391B20 is #C6E4DF. Grayscale: #242424. Windows color (decimal): -13034720 or 2104121. OLE color: 2104121.
HSL color Cylindrical-coordinate representation of color #391B20: hue angle of 350º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #391B20 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 27 | 32 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.78 |
| HSL | 350º | 0.36% | 0.16% | - |
| HSV(B) | 350º | 0.53% | 0.22% | - |
| XYZ | 2.34 | 1.76 | 1.58 | - |
| YUV | 36.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 27 | 32 | 0 | 0.53 | 0.44 | 0.78 | 350 | 0.36 | 0.16 |
| Hex | 39 | 1B | 20 | 0 | 35 | 2C | 4E | 15E | 24 | 10 |
| Octal | 71 | 33 | 40 | 0 | 65 | 54 | 116 | 536 | 44 | 20 |
| Binary | 111001 | 11011 | 100000 | 0 | 110101 | 101100 | 1001110 | 101011110 | 100100 | 10000 |
Color Harmonies of #391B20
Complementary color
Monochromatic Colors of #391B20
Black with #391B20
Text Example
Text Example
White with #391B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391B20; }
p { color: rgb(57,27,32); }
H1.HeaderClassName
{
color: #391B20;
}
.AnyTagClassName
{
color: #391B20;
}
</style>
background-color css
<style>
a { background-color: #391B20; }
a { background-color: rgb(57,27,32); }
div.DivClassName
{
background-color: #391B20;
}
.BgClassName
{
background-color: #391B20;
}
</style>
border-color css
<style>
span { border-color: #391B20; }
span { border-color: rgb(57,27,32); }
td.TdClassName
{
border-color: #391B20;
}
.TagClassName
{
border-color: #391B20;
}
</style>