Shades of Temptress #391C23
Tints of Temptress #391C23
RGB
CMYK
RGB Variations
Color information
#391C23 (or 0x391C23) is known color: Temptress. HEX triplet: 39, 1C and 23. RGB value is (57,28,35). Sum of RGB (Red+Green+Blue) = 57+28+35=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #391C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391C23 is #C6E3DC. Grayscale: #252525. Windows color (decimal): -13034461 or 2300985. OLE color: 2300985.
HSL color Cylindrical-coordinate representation of color #391C23: hue angle of 345.52º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #391C23 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 28 | 35 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.78 |
| HSL | 345.52º | 0.34% | 0.17% | - |
| HSV(B) | 345.52º | 0.51% | 0.22% | - |
| XYZ | 2.41 | 1.82 | 1.81 | - |
| YUV | 37.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 35 | 0 | 0.51 | 0.39 | 0.78 | 345.52 | 0.34 | 0.17 |
| Hex | 39 | 1C | 23 | 0 | 33 | 27 | 4E | 15A | 22 | 11 |
| Octal | 71 | 34 | 43 | 0 | 63 | 47 | 116 | 532 | 42 | 21 |
| Binary | 111001 | 11100 | 100011 | 0 | 110011 | 100111 | 1001110 | 101011010 | 100010 | 10001 |
Color Harmonies of #391C23
Complementary color
Monochromatic Colors of #391C23
Black with #391C23
Text Example
Text Example
White with #391C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391C23; }
p { color: rgb(57,28,35); }
H1.HeaderClassName
{
color: #391C23;
}
.AnyTagClassName
{
color: #391C23;
}
</style>
background-color css
<style>
a { background-color: #391C23; }
a { background-color: rgb(57,28,35); }
div.DivClassName
{
background-color: #391C23;
}
.BgClassName
{
background-color: #391C23;
}
</style>
border-color css
<style>
span { border-color: #391C23; }
span { border-color: rgb(57,28,35); }
td.TdClassName
{
border-color: #391C23;
}
.TagClassName
{
border-color: #391C23;
}
</style>