Shades of Temptress #321B21
Tints of Temptress #321B21
RGB
CMYK
RGB Variations
Color information
#321B21 (or 0x321B21) is known color: Temptress. HEX triplet: 32, 1B and 21. RGB value is (50,27,33). Sum of RGB (Red+Green+Blue) = 50+27+33=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 50 - color contains mainly: red. Hex color #321B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B21 is #CDE4DE. Grayscale: #222222. Windows color (decimal): -13493471 or 2169650. OLE color: 2169650.
HSL color Cylindrical-coordinate representation of color #321B21: hue angle of 344.35º 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 #321B21 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 33 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.80 |
| HSL | 344.35º | 0.3% | 0.15% | - |
| HSV(B) | 344.35º | 0.46% | 0.2% | - |
| XYZ | 1.98 | 1.57 | 1.64 | - |
| YUV | 34.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 33 | 0 | 0.46 | 0.34 | 0.80 | 344.35 | 0.3 | 0.15 |
| Hex | 32 | 1B | 21 | 0 | 2E | 22 | 50 | 158 | 1E | F |
| Octal | 62 | 33 | 41 | 0 | 56 | 42 | 120 | 530 | 36 | 17 |
| Binary | 110010 | 11011 | 100001 | 0 | 101110 | 100010 | 1010000 | 101011000 | 11110 | 1111 |
Color Harmonies of #321B21
Complementary color
Monochromatic Colors of #321B21
Black with #321B21
Text Example
Text Example
White with #321B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B21; }
p { color: rgb(50,27,33); }
H1.HeaderClassName
{
color: #321B21;
}
.AnyTagClassName
{
color: #321B21;
}
</style>
background-color css
<style>
a { background-color: #321B21; }
a { background-color: rgb(50,27,33); }
div.DivClassName
{
background-color: #321B21;
}
.BgClassName
{
background-color: #321B21;
}
</style>
border-color css
<style>
span { border-color: #321B21; }
span { border-color: rgb(50,27,33); }
td.TdClassName
{
border-color: #321B21;
}
.TagClassName
{
border-color: #321B21;
}
</style>