Shades of Temptress #321F25
Tints of Temptress #321F25
RGB
CMYK
RGB Variations
Color information
#321F25 (or 0x321F25) is known color: Temptress. HEX triplet: 32, 1F and 25. RGB value is (50,31,37). Sum of RGB (Red+Green+Blue) = 50+31+37=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 50 - color contains mainly: red. Hex color #321F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F25 is #CDE0DA. Grayscale: #252525. Windows color (decimal): -13492443 or 2432818. OLE color: 2432818.
HSL color Cylindrical-coordinate representation of color #321F25: hue angle of 341.05º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #321F25 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 31 | 37 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.80 |
| HSL | 341.05º | 0.23% | 0.16% | - |
| HSV(B) | 341.05º | 0.38% | 0.2% | - |
| XYZ | 2.14 | 1.79 | 1.98 | - |
| YUV | 37.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 37 | 0 | 0.38 | 0.26 | 0.80 | 341.05 | 0.23 | 0.16 |
| Hex | 32 | 1F | 25 | 0 | 26 | 1A | 50 | 155 | 17 | 10 |
| Octal | 62 | 37 | 45 | 0 | 46 | 32 | 120 | 525 | 27 | 20 |
| Binary | 110010 | 11111 | 100101 | 0 | 100110 | 11010 | 1010000 | 101010101 | 10111 | 10000 |
Color Harmonies of #321F25
Complementary color
Monochromatic Colors of #321F25
Black with #321F25
Text Example
Text Example
White with #321F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F25; }
p { color: rgb(50,31,37); }
H1.HeaderClassName
{
color: #321F25;
}
.AnyTagClassName
{
color: #321F25;
}
</style>
background-color css
<style>
a { background-color: #321F25; }
a { background-color: rgb(50,31,37); }
div.DivClassName
{
background-color: #321F25;
}
.BgClassName
{
background-color: #321F25;
}
</style>
border-color css
<style>
span { border-color: #321F25; }
span { border-color: rgb(50,31,37); }
td.TdClassName
{
border-color: #321F25;
}
.TagClassName
{
border-color: #321F25;
}
</style>