Shades of Temptress #341C20
Tints of Temptress #341C20
RGB
CMYK
RGB Variations
Color information
#341C20 (or 0x341C20) is known color: Temptress. HEX triplet: 34, 1C and 20. RGB value is (52,28,32). Sum of RGB (Red+Green+Blue) = 52+28+32=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 52 - color contains mainly: red. Hex color #341C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C20 is #CBE3DF. Grayscale: #232323. Windows color (decimal): -13362144 or 2104372. OLE color: 2104372.
HSL color Cylindrical-coordinate representation of color #341C20: hue angle of 350º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #341C20 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 28 | 32 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.80 |
| HSL | 350º | 0.3% | 0.16% | - |
| HSV(B) | 350º | 0.46% | 0.2% | - |
| XYZ | 2.09 | 1.66 | 1.58 | - |
| YUV | 35.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 32 | 0 | 0.46 | 0.38 | 0.80 | 350 | 0.3 | 0.16 |
| Hex | 34 | 1C | 20 | 0 | 2E | 26 | 50 | 15E | 1E | 10 |
| Octal | 64 | 34 | 40 | 0 | 56 | 46 | 120 | 536 | 36 | 20 |
| Binary | 110100 | 11100 | 100000 | 0 | 101110 | 100110 | 1010000 | 101011110 | 11110 | 10000 |
Color Harmonies of #341C20
Complementary color
Monochromatic Colors of #341C20
Black with #341C20
Text Example
Text Example
White with #341C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C20; }
p { color: rgb(52,28,32); }
H1.HeaderClassName
{
color: #341C20;
}
.AnyTagClassName
{
color: #341C20;
}
</style>
background-color css
<style>
a { background-color: #341C20; }
a { background-color: rgb(52,28,32); }
div.DivClassName
{
background-color: #341C20;
}
.BgClassName
{
background-color: #341C20;
}
</style>
border-color css
<style>
span { border-color: #341C20; }
span { border-color: rgb(52,28,32); }
td.TdClassName
{
border-color: #341C20;
}
.TagClassName
{
border-color: #341C20;
}
</style>