Shades of Temptress #3F1321
Tints of Temptress #3F1321
RGB
CMYK
RGB Variations
Color information
#3F1321 (or 0x3F1321) is known color: Temptress. HEX triplet: 3F, 13 and 21. RGB value is (63,19,33). Sum of RGB (Red+Green+Blue) = 63+19+33=115 (15% of max value = 765). Red value is 63 (25% from 255 or 54.78% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1321 is #C0ECDE. Grayscale: #212121. Windows color (decimal): -12643551 or 2167615. OLE color: 2167615.
HSL color Cylindrical-coordinate representation of color #3F1321: hue angle of 340.91º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F1321 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 19 | 33 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.75 |
| HSL | 340.91º | 0.54% | 0.16% | - |
| HSV(B) | 340.91º | 0.7% | 0.25% | - |
| XYZ | 2.56 | 1.63 | 1.62 | - |
| YUV | 33.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 33 | 0 | 0.70 | 0.48 | 0.75 | 340.91 | 0.54 | 0.16 |
| Hex | 3F | 13 | 21 | 0 | 46 | 30 | 4B | 155 | 36 | 10 |
| Octal | 77 | 23 | 41 | 0 | 106 | 60 | 113 | 525 | 66 | 20 |
| Binary | 111111 | 10011 | 100001 | 0 | 1000110 | 110000 | 1001011 | 101010101 | 110110 | 10000 |
Color Harmonies of #3F1321
Complementary color
Monochromatic Colors of #3F1321
Black with #3F1321
Text Example
Text Example
White with #3F1321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1321; }
p { color: rgb(63,19,33); }
H1.HeaderClassName
{
color: #3F1321;
}
.AnyTagClassName
{
color: #3F1321;
}
</style>
background-color css
<style>
a { background-color: #3F1321; }
a { background-color: rgb(63,19,33); }
div.DivClassName
{
background-color: #3F1321;
}
.BgClassName
{
background-color: #3F1321;
}
</style>
border-color css
<style>
span { border-color: #3F1321; }
span { border-color: rgb(63,19,33); }
td.TdClassName
{
border-color: #3F1321;
}
.TagClassName
{
border-color: #3F1321;
}
</style>