Shades of Temptress #391C22
Tints of Temptress #391C22
RGB
CMYK
RGB Variations
Color information
#391C22 (or 0x391C22) is known color: Temptress. HEX triplet: 39, 1C and 22. RGB value is (57,28,34). Sum of RGB (Red+Green+Blue) = 57+28+34=119 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.90% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 34 (13.67% from 255 or 28.57% from 119); Max value from RGB is 57 - color contains mainly: red. Hex color #391C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391C22 is #C6E3DD. Grayscale: #252525. Windows color (decimal): -13034462 or 2235449. OLE color: 2235449.
HSL color Cylindrical-coordinate representation of color #391C22: hue angle of 347.59º 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 #391C22 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 28 | 34 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.78 |
| HSL | 347.59º | 0.34% | 0.17% | - |
| HSV(B) | 347.59º | 0.51% | 0.22% | - |
| XYZ | 2.39 | 1.82 | 1.74 | - |
| YUV | 37.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 34 | 0 | 0.51 | 0.40 | 0.78 | 347.59 | 0.34 | 0.17 |
| Hex | 39 | 1C | 22 | 0 | 33 | 28 | 4E | 15C | 22 | 11 |
| Octal | 71 | 34 | 42 | 0 | 63 | 50 | 116 | 534 | 42 | 21 |
| Binary | 111001 | 11100 | 100010 | 0 | 110011 | 101000 | 1001110 | 101011100 | 100010 | 10001 |
Color Harmonies of #391C22
Complementary color
Monochromatic Colors of #391C22
Black with #391C22
Text Example
Text Example
White with #391C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391C22; }
p { color: rgb(57,28,34); }
H1.HeaderClassName
{
color: #391C22;
}
.AnyTagClassName
{
color: #391C22;
}
</style>
background-color css
<style>
a { background-color: #391C22; }
a { background-color: rgb(57,28,34); }
div.DivClassName
{
background-color: #391C22;
}
.BgClassName
{
background-color: #391C22;
}
</style>
border-color css
<style>
span { border-color: #391C22; }
span { border-color: rgb(57,28,34); }
td.TdClassName
{
border-color: #391C22;
}
.TagClassName
{
border-color: #391C22;
}
</style>