Shades of Temptress #391B21
Tints of Temptress #391B21
RGB
CMYK
RGB Variations
Color information
#391B21 (or 0x391B21) is known color: Temptress. HEX triplet: 39, 1B and 21. RGB value is (57,27,33). Sum of RGB (Red+Green+Blue) = 57+27+33=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 57 - color contains mainly: red. Hex color #391B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391B21 is #C6E4DE. Grayscale: #242424. Windows color (decimal): -13034719 or 2169657. OLE color: 2169657.
HSL color Cylindrical-coordinate representation of color #391B21: hue angle of 348º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #391B21 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 27 | 33 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.78 |
| HSL | 348º | 0.36% | 0.16% | - |
| HSV(B) | 348º | 0.53% | 0.22% | - |
| XYZ | 2.35 | 1.76 | 1.66 | - |
| YUV | 36.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 27 | 33 | 0 | 0.53 | 0.42 | 0.78 | 348 | 0.36 | 0.16 |
| Hex | 39 | 1B | 21 | 0 | 35 | 2A | 4E | 15C | 24 | 10 |
| Octal | 71 | 33 | 41 | 0 | 65 | 52 | 116 | 534 | 44 | 20 |
| Binary | 111001 | 11011 | 100001 | 0 | 110101 | 101010 | 1001110 | 101011100 | 100100 | 10000 |
Color Harmonies of #391B21
Complementary color
Monochromatic Colors of #391B21
Black with #391B21
Text Example
Text Example
White with #391B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391B21; }
p { color: rgb(57,27,33); }
H1.HeaderClassName
{
color: #391B21;
}
.AnyTagClassName
{
color: #391B21;
}
</style>
background-color css
<style>
a { background-color: #391B21; }
a { background-color: rgb(57,27,33); }
div.DivClassName
{
background-color: #391B21;
}
.BgClassName
{
background-color: #391B21;
}
</style>
border-color css
<style>
span { border-color: #391B21; }
span { border-color: rgb(57,27,33); }
td.TdClassName
{
border-color: #391B21;
}
.TagClassName
{
border-color: #391B21;
}
</style>