Shades of Temptress #321B20
Tints of Temptress #321B20
RGB
CMYK
RGB Variations
Color information
#321B20 (or 0x321B20) is known color: Temptress. HEX triplet: 32, 1B and 20. RGB value is (50,27,32). Sum of RGB (Red+Green+Blue) = 50+27+32=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #321B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B20 is #CDE4DF. Grayscale: #222222. Windows color (decimal): -13493472 or 2104114. OLE color: 2104114.
HSL color Cylindrical-coordinate representation of color #321B20: hue angle of 346.96º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #321B20 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 32 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.80 |
| HSL | 346.96º | 0.3% | 0.15% | - |
| HSV(B) | 346.96º | 0.46% | 0.2% | - |
| XYZ | 1.97 | 1.57 | 1.57 | - |
| YUV | 34.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 32 | 0 | 0.46 | 0.36 | 0.80 | 346.96 | 0.3 | 0.15 |
| Hex | 32 | 1B | 20 | 0 | 2E | 24 | 50 | 15B | 1E | F |
| Octal | 62 | 33 | 40 | 0 | 56 | 44 | 120 | 533 | 36 | 17 |
| Binary | 110010 | 11011 | 100000 | 0 | 101110 | 100100 | 1010000 | 101011011 | 11110 | 1111 |
Color Harmonies of #321B20
Complementary color
Monochromatic Colors of #321B20
Black with #321B20
Text Example
Text Example
White with #321B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B20; }
p { color: rgb(50,27,32); }
H1.HeaderClassName
{
color: #321B20;
}
.AnyTagClassName
{
color: #321B20;
}
</style>
background-color css
<style>
a { background-color: #321B20; }
a { background-color: rgb(50,27,32); }
div.DivClassName
{
background-color: #321B20;
}
.BgClassName
{
background-color: #321B20;
}
</style>
border-color css
<style>
span { border-color: #321B20; }
span { border-color: rgb(50,27,32); }
td.TdClassName
{
border-color: #321B20;
}
.TagClassName
{
border-color: #321B20;
}
</style>