Shades of Temptress #391A21
Tints of Temptress #391A21
RGB
CMYK
RGB Variations
Color information
#391A21 (or 0x391A21) is known color: Temptress. HEX triplet: 39, 1A and 21. RGB value is (57,26,33). Sum of RGB (Red+Green+Blue) = 57+26+33=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #391A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391A21 is #C6E5DE. Grayscale: #242424. Windows color (decimal): -13034975 or 2169401. OLE color: 2169401.
HSL color Cylindrical-coordinate representation of color #391A21: hue angle of 346.45º 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 #391A21 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 26 | 33 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.78 |
| HSL | 346.45º | 0.37% | 0.16% | - |
| HSV(B) | 346.45º | 0.54% | 0.22% | - |
| XYZ | 2.33 | 1.72 | 1.65 | - |
| YUV | 36.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 33 | 0 | 0.54 | 0.42 | 0.78 | 346.45 | 0.37 | 0.16 |
| Hex | 39 | 1A | 21 | 0 | 36 | 2A | 4E | 15A | 25 | 10 |
| Octal | 71 | 32 | 41 | 0 | 66 | 52 | 116 | 532 | 45 | 20 |
| Binary | 111001 | 11010 | 100001 | 0 | 110110 | 101010 | 1001110 | 101011010 | 100101 | 10000 |
Color Harmonies of #391A21
Complementary color
Monochromatic Colors of #391A21
Black with #391A21
Text Example
Text Example
White with #391A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391A21; }
p { color: rgb(57,26,33); }
H1.HeaderClassName
{
color: #391A21;
}
.AnyTagClassName
{
color: #391A21;
}
</style>
background-color css
<style>
a { background-color: #391A21; }
a { background-color: rgb(57,26,33); }
div.DivClassName
{
background-color: #391A21;
}
.BgClassName
{
background-color: #391A21;
}
</style>
border-color css
<style>
span { border-color: #391A21; }
span { border-color: rgb(57,26,33); }
td.TdClassName
{
border-color: #391A21;
}
.TagClassName
{
border-color: #391A21;
}
</style>