Shades of Temptress #321A21
Tints of Temptress #321A21
RGB
CMYK
RGB Variations
Color information
#321A21 (or 0x321A21) is known color: Temptress. HEX triplet: 32, 1A and 21. RGB value is (50,26,33). Sum of RGB (Red+Green+Blue) = 50+26+33=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #321A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A21 is #CDE5DE. Grayscale: #212121. Windows color (decimal): -13493727 or 2169394. OLE color: 2169394.
HSL color Cylindrical-coordinate representation of color #321A21: hue angle of 342.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #321A21 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 26 | 33 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.80 |
| HSL | 342.5º | 0.32% | 0.15% | - |
| HSV(B) | 342.5º | 0.48% | 0.2% | - |
| XYZ | 1.96 | 1.53 | 1.63 | - |
| YUV | 33.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 33 | 0 | 0.48 | 0.34 | 0.80 | 342.5 | 0.32 | 0.15 |
| Hex | 32 | 1A | 21 | 0 | 30 | 22 | 50 | 156 | 20 | F |
| Octal | 62 | 32 | 41 | 0 | 60 | 42 | 120 | 526 | 40 | 17 |
| Binary | 110010 | 11010 | 100001 | 0 | 110000 | 100010 | 1010000 | 101010110 | 100000 | 1111 |
Color Harmonies of #321A21
Complementary color
Monochromatic Colors of #321A21
Black with #321A21
Text Example
Text Example
White with #321A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321A21; }
p { color: rgb(50,26,33); }
H1.HeaderClassName
{
color: #321A21;
}
.AnyTagClassName
{
color: #321A21;
}
</style>
background-color css
<style>
a { background-color: #321A21; }
a { background-color: rgb(50,26,33); }
div.DivClassName
{
background-color: #321A21;
}
.BgClassName
{
background-color: #321A21;
}
</style>
border-color css
<style>
span { border-color: #321A21; }
span { border-color: rgb(50,26,33); }
td.TdClassName
{
border-color: #321A21;
}
.TagClassName
{
border-color: #321A21;
}
</style>