Shades of Temptress #391A20
Tints of Temptress #391A20
RGB
CMYK
RGB Variations
Color information
#391A20 (or 0x391A20) is known color: Temptress. HEX triplet: 39, 1A and 20. RGB value is (57,26,32). Sum of RGB (Red+Green+Blue) = 57+26+32=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #391A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391A20 is #C6E5DF. Grayscale: #232323. Windows color (decimal): -13034976 or 2103865. OLE color: 2103865.
HSL color Cylindrical-coordinate representation of color #391A20: hue angle of 348.39º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #391A20 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 26 | 32 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.78 |
| HSL | 348.39º | 0.37% | 0.16% | - |
| HSV(B) | 348.39º | 0.54% | 0.22% | - |
| XYZ | 2.32 | 1.71 | 1.57 | - |
| YUV | 35.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 32 | 0 | 0.54 | 0.44 | 0.78 | 348.39 | 0.37 | 0.16 |
| Hex | 39 | 1A | 20 | 0 | 36 | 2C | 4E | 15C | 25 | 10 |
| Octal | 71 | 32 | 40 | 0 | 66 | 54 | 116 | 534 | 45 | 20 |
| Binary | 111001 | 11010 | 100000 | 0 | 110110 | 101100 | 1001110 | 101011100 | 100101 | 10000 |
Color Harmonies of #391A20
Complementary color
Monochromatic Colors of #391A20
Black with #391A20
Text Example
Text Example
White with #391A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391A20; }
p { color: rgb(57,26,32); }
H1.HeaderClassName
{
color: #391A20;
}
.AnyTagClassName
{
color: #391A20;
}
</style>
background-color css
<style>
a { background-color: #391A20; }
a { background-color: rgb(57,26,32); }
div.DivClassName
{
background-color: #391A20;
}
.BgClassName
{
background-color: #391A20;
}
</style>
border-color css
<style>
span { border-color: #391A20; }
span { border-color: rgb(57,26,32); }
td.TdClassName
{
border-color: #391A20;
}
.TagClassName
{
border-color: #391A20;
}
</style>