Shades of Temptress #341A21
Tints of Temptress #341A21
RGB
CMYK
RGB Variations
Color information
#341A21 (or 0x341A21) is known color: Temptress. HEX triplet: 34, 1A and 21. RGB value is (52,26,33). Sum of RGB (Red+Green+Blue) = 52+26+33=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #341A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A21 is #CBE5DE. Grayscale: #222222. Windows color (decimal): -13362655 or 2169396. OLE color: 2169396.
HSL color Cylindrical-coordinate representation of color #341A21: hue angle of 343.85º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #341A21 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 26 | 33 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.80 |
| HSL | 343.85º | 0.33% | 0.15% | - |
| HSV(B) | 343.85º | 0.5% | 0.2% | - |
| XYZ | 2.06 | 1.58 | 1.63 | - |
| YUV | 34.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 33 | 0 | 0.50 | 0.37 | 0.80 | 343.85 | 0.33 | 0.15 |
| Hex | 34 | 1A | 21 | 0 | 32 | 25 | 50 | 158 | 21 | F |
| Octal | 64 | 32 | 41 | 0 | 62 | 45 | 120 | 530 | 41 | 17 |
| Binary | 110100 | 11010 | 100001 | 0 | 110010 | 100101 | 1010000 | 101011000 | 100001 | 1111 |
Color Harmonies of #341A21
Complementary color
Monochromatic Colors of #341A21
Black with #341A21
Text Example
Text Example
White with #341A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341A21; }
p { color: rgb(52,26,33); }
H1.HeaderClassName
{
color: #341A21;
}
.AnyTagClassName
{
color: #341A21;
}
</style>
background-color css
<style>
a { background-color: #341A21; }
a { background-color: rgb(52,26,33); }
div.DivClassName
{
background-color: #341A21;
}
.BgClassName
{
background-color: #341A21;
}
</style>
border-color css
<style>
span { border-color: #341A21; }
span { border-color: rgb(52,26,33); }
td.TdClassName
{
border-color: #341A21;
}
.TagClassName
{
border-color: #341A21;
}
</style>