Shades of Temptress #391D23
Tints of Temptress #391D23
RGB
CMYK
RGB Variations
Color information
#391D23 (or 0x391D23) is known color: Temptress. HEX triplet: 39, 1D and 23. RGB value is (57,29,35). Sum of RGB (Red+Green+Blue) = 57+29+35=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 57 - color contains mainly: red. Hex color #391D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391D23 is #C6E2DC. Grayscale: #262626. Windows color (decimal): -13034205 or 2301241. OLE color: 2301241.
HSL color Cylindrical-coordinate representation of color #391D23: hue angle of 347.14º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #391D23 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 29 | 35 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.78 |
| HSL | 347.14º | 0.33% | 0.17% | - |
| HSV(B) | 347.14º | 0.49% | 0.22% | - |
| XYZ | 2.43 | 1.87 | 1.82 | - |
| YUV | 38.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 29 | 35 | 0 | 0.49 | 0.39 | 0.78 | 347.14 | 0.33 | 0.17 |
| Hex | 39 | 1D | 23 | 0 | 31 | 27 | 4E | 15B | 21 | 11 |
| Octal | 71 | 35 | 43 | 0 | 61 | 47 | 116 | 533 | 41 | 21 |
| Binary | 111001 | 11101 | 100011 | 0 | 110001 | 100111 | 1001110 | 101011011 | 100001 | 10001 |
Color Harmonies of #391D23
Complementary color
Monochromatic Colors of #391D23
Black with #391D23
Text Example
Text Example
White with #391D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391D23; }
p { color: rgb(57,29,35); }
H1.HeaderClassName
{
color: #391D23;
}
.AnyTagClassName
{
color: #391D23;
}
</style>
background-color css
<style>
a { background-color: #391D23; }
a { background-color: rgb(57,29,35); }
div.DivClassName
{
background-color: #391D23;
}
.BgClassName
{
background-color: #391D23;
}
</style>
border-color css
<style>
span { border-color: #391D23; }
span { border-color: rgb(57,29,35); }
td.TdClassName
{
border-color: #391D23;
}
.TagClassName
{
border-color: #391D23;
}
</style>