Shades of Temptress #3F1521
Tints of Temptress #3F1521
RGB
CMYK
RGB Variations
Color information
#3F1521 (or 0x3F1521) is known color: Temptress. HEX triplet: 3F, 15 and 21. RGB value is (63,21,33). Sum of RGB (Red+Green+Blue) = 63+21+33=117 (15% of max value = 765). Red value is 63 (25% from 255 or 53.85% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1521 is #C0EADE. Grayscale: #222222. Windows color (decimal): -12643039 or 2168127. OLE color: 2168127.
HSL color Cylindrical-coordinate representation of color #3F1521: hue angle of 342.86º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F1521 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 21 | 33 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.75 |
| HSL | 342.86º | 0.5% | 0.16% | - |
| HSV(B) | 342.86º | 0.67% | 0.25% | - |
| XYZ | 2.59 | 1.7 | 1.63 | - |
| YUV | 34.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 33 | 0 | 0.67 | 0.48 | 0.75 | 342.86 | 0.5 | 0.16 |
| Hex | 3F | 15 | 21 | 0 | 43 | 30 | 4B | 157 | 32 | 10 |
| Octal | 77 | 25 | 41 | 0 | 103 | 60 | 113 | 527 | 62 | 20 |
| Binary | 111111 | 10101 | 100001 | 0 | 1000011 | 110000 | 1001011 | 101010111 | 110010 | 10000 |
Color Harmonies of #3F1521
Complementary color
Monochromatic Colors of #3F1521
Black with #3F1521
Text Example
Text Example
White with #3F1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1521; }
p { color: rgb(63,21,33); }
H1.HeaderClassName
{
color: #3F1521;
}
.AnyTagClassName
{
color: #3F1521;
}
</style>
background-color css
<style>
a { background-color: #3F1521; }
a { background-color: rgb(63,21,33); }
div.DivClassName
{
background-color: #3F1521;
}
.BgClassName
{
background-color: #3F1521;
}
</style>
border-color css
<style>
span { border-color: #3F1521; }
span { border-color: rgb(63,21,33); }
td.TdClassName
{
border-color: #3F1521;
}
.TagClassName
{
border-color: #3F1521;
}
</style>