Shades of Temptress #3F151F
Tints of Temptress #3F151F
RGB
CMYK
RGB Variations
Color information
#3F151F (or 0x3F151F) is known color: Temptress. HEX triplet: 3F, 15 and 1F. RGB value is (63,21,31). Sum of RGB (Red+Green+Blue) = 63+21+31=115 (15% of max value = 765). Red value is 63 (25% from 255 or 54.78% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 63 - color contains mainly: red. Hex color #3F151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F151F is #C0EAE0. Grayscale: #222222. Windows color (decimal): -12643041 or 2037055. OLE color: 2037055.
HSL color Cylindrical-coordinate representation of color #3F151F: hue angle of 345.71º 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 #3F151F is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 21 | 31 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.75 |
| HSL | 345.71º | 0.5% | 0.16% | - |
| HSV(B) | 345.71º | 0.67% | 0.25% | - |
| XYZ | 2.57 | 1.69 | 1.49 | - |
| YUV | 34.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 31 | 0 | 0.67 | 0.51 | 0.75 | 345.71 | 0.5 | 0.16 |
| Hex | 3F | 15 | 1F | 0 | 43 | 33 | 4B | 15A | 32 | 10 |
| Octal | 77 | 25 | 37 | 0 | 103 | 63 | 113 | 532 | 62 | 20 |
| Binary | 111111 | 10101 | 11111 | 0 | 1000011 | 110011 | 1001011 | 101011010 | 110010 | 10000 |
Color Harmonies of #3F151F
Complementary color
Monochromatic Colors of #3F151F
Black with #3F151F
Text Example
Text Example
White with #3F151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F151F; }
p { color: rgb(63,21,31); }
H1.HeaderClassName
{
color: #3F151F;
}
.AnyTagClassName
{
color: #3F151F;
}
</style>
background-color css
<style>
a { background-color: #3F151F; }
a { background-color: rgb(63,21,31); }
div.DivClassName
{
background-color: #3F151F;
}
.BgClassName
{
background-color: #3F151F;
}
</style>
border-color css
<style>
span { border-color: #3F151F; }
span { border-color: rgb(63,21,31); }
td.TdClassName
{
border-color: #3F151F;
}
.TagClassName
{
border-color: #3F151F;
}
</style>