Shades of Temptress #392128
Tints of Temptress #392128
RGB
CMYK
RGB Variations
Color information
#392128 (or 0x392128) is known color: Temptress. HEX triplet: 39, 21 and 28. RGB value is (57,33,40). Sum of RGB (Red+Green+Blue) = 57+33+40=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 57 - color contains mainly: red. Hex color #392128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392128 is #C6DED7. Grayscale: #282828. Windows color (decimal): -13033176 or 2629945. OLE color: 2629945.
HSL color Cylindrical-coordinate representation of color #392128: hue angle of 342.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #392128 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 33 | 40 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.78 |
| HSL | 342.5º | 0.27% | 0.18% | - |
| HSV(B) | 342.5º | 0.42% | 0.22% | - |
| XYZ | 2.61 | 2.11 | 2.28 | - |
| YUV | 40.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 40 | 0 | 0.42 | 0.30 | 0.78 | 342.5 | 0.27 | 0.18 |
| Hex | 39 | 21 | 28 | 0 | 2A | 1E | 4E | 156 | 1B | 12 |
| Octal | 71 | 41 | 50 | 0 | 52 | 36 | 116 | 526 | 33 | 22 |
| Binary | 111001 | 100001 | 101000 | 0 | 101010 | 11110 | 1001110 | 101010110 | 11011 | 10010 |
Color Harmonies of #392128
Complementary color
Monochromatic Colors of #392128
Black with #392128
Text Example
Text Example
White with #392128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392128; }
p { color: rgb(57,33,40); }
H1.HeaderClassName
{
color: #392128;
}
.AnyTagClassName
{
color: #392128;
}
</style>
background-color css
<style>
a { background-color: #392128; }
a { background-color: rgb(57,33,40); }
div.DivClassName
{
background-color: #392128;
}
.BgClassName
{
background-color: #392128;
}
</style>
border-color css
<style>
span { border-color: #392128; }
span { border-color: rgb(57,33,40); }
td.TdClassName
{
border-color: #392128;
}
.TagClassName
{
border-color: #392128;
}
</style>