Shades of Temptress #341D21
Tints of Temptress #341D21
RGB
CMYK
RGB Variations
Color information
#341D21 (or 0x341D21) is known color: Temptress. HEX triplet: 34, 1D and 21. RGB value is (52,29,33). Sum of RGB (Red+Green+Blue) = 52+29+33=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 52 - color contains mainly: red. Hex color #341D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D21 is #CBE2DE. Grayscale: #242424. Windows color (decimal): -13361887 or 2170164. OLE color: 2170164.
HSL color Cylindrical-coordinate representation of color #341D21: hue angle of 349.57º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #341D21 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 29 | 33 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.80 |
| HSL | 349.57º | 0.28% | 0.16% | - |
| HSV(B) | 349.57º | 0.44% | 0.2% | - |
| XYZ | 2.13 | 1.72 | 1.66 | - |
| YUV | 36.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 33 | 0 | 0.44 | 0.37 | 0.80 | 349.57 | 0.28 | 0.16 |
| Hex | 34 | 1D | 21 | 0 | 2C | 25 | 50 | 15E | 1C | 10 |
| Octal | 64 | 35 | 41 | 0 | 54 | 45 | 120 | 536 | 34 | 20 |
| Binary | 110100 | 11101 | 100001 | 0 | 101100 | 100101 | 1010000 | 101011110 | 11100 | 10000 |
Color Harmonies of #341D21
Complementary color
Monochromatic Colors of #341D21
Black with #341D21
Text Example
Text Example
White with #341D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D21; }
p { color: rgb(52,29,33); }
H1.HeaderClassName
{
color: #341D21;
}
.AnyTagClassName
{
color: #341D21;
}
</style>
background-color css
<style>
a { background-color: #341D21; }
a { background-color: rgb(52,29,33); }
div.DivClassName
{
background-color: #341D21;
}
.BgClassName
{
background-color: #341D21;
}
</style>
border-color css
<style>
span { border-color: #341D21; }
span { border-color: rgb(52,29,33); }
td.TdClassName
{
border-color: #341D21;
}
.TagClassName
{
border-color: #341D21;
}
</style>