Shades of Temptress #3F2329
Tints of Temptress #3F2329
RGB
CMYK
RGB Variations
Color information
#3F2329 (or 0x3F2329) is known color: Temptress. HEX triplet: 3F, 23 and 29. RGB value is (63,35,41). Sum of RGB (Red+Green+Blue) = 63+35+41=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2329 is #C0DCD6. Grayscale: #2C2C2C. Windows color (decimal): -12639447 or 2695999. OLE color: 2695999.
HSL color Cylindrical-coordinate representation of color #3F2329: hue angle of 347.14º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F2329 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 35 | 41 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.75 |
| HSL | 347.14º | 0.29% | 0.19% | - |
| HSV(B) | 347.14º | 0.44% | 0.25% | - |
| XYZ | 3.05 | 2.42 | 2.4 | - |
| YUV | 44.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 41 | 0 | 0.44 | 0.35 | 0.75 | 347.14 | 0.29 | 0.19 |
| Hex | 3F | 23 | 29 | 0 | 2C | 23 | 4B | 15B | 1D | 13 |
| Octal | 77 | 43 | 51 | 0 | 54 | 43 | 113 | 533 | 35 | 23 |
| Binary | 111111 | 100011 | 101001 | 0 | 101100 | 100011 | 1001011 | 101011011 | 11101 | 10011 |
Color Harmonies of #3F2329
Complementary color
Monochromatic Colors of #3F2329
Black with #3F2329
Text Example
Text Example
White with #3F2329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2329; }
p { color: rgb(63,35,41); }
H1.HeaderClassName
{
color: #3F2329;
}
.AnyTagClassName
{
color: #3F2329;
}
</style>
background-color css
<style>
a { background-color: #3F2329; }
a { background-color: rgb(63,35,41); }
div.DivClassName
{
background-color: #3F2329;
}
.BgClassName
{
background-color: #3F2329;
}
</style>
border-color css
<style>
span { border-color: #3F2329; }
span { border-color: rgb(63,35,41); }
td.TdClassName
{
border-color: #3F2329;
}
.TagClassName
{
border-color: #3F2329;
}
</style>