Shades of Temptress #3F1824
Tints of Temptress #3F1824
RGB
CMYK
RGB Variations
Color information
#3F1824 (or 0x3F1824) is known color: Temptress. HEX triplet: 3F, 18 and 24. RGB value is (63,24,36). Sum of RGB (Red+Green+Blue) = 63+24+36=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1824 is #C0E7DB. Grayscale: #252525. Windows color (decimal): -12642268 or 2365503. OLE color: 2365503.
HSL color Cylindrical-coordinate representation of color #3F1824: hue angle of 341.54º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F1824 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 24 | 36 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.75 |
| HSL | 341.54º | 0.45% | 0.17% | - |
| HSV(B) | 341.54º | 0.62% | 0.25% | - |
| XYZ | 2.69 | 1.84 | 1.88 | - |
| YUV | 37.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 36 | 0 | 0.62 | 0.43 | 0.75 | 341.54 | 0.45 | 0.17 |
| Hex | 3F | 18 | 24 | 0 | 3E | 2B | 4B | 156 | 2D | 11 |
| Octal | 77 | 30 | 44 | 0 | 76 | 53 | 113 | 526 | 55 | 21 |
| Binary | 111111 | 11000 | 100100 | 0 | 111110 | 101011 | 1001011 | 101010110 | 101101 | 10001 |
Color Harmonies of #3F1824
Complementary color
Monochromatic Colors of #3F1824
Black with #3F1824
Text Example
Text Example
White with #3F1824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1824; }
p { color: rgb(63,24,36); }
H1.HeaderClassName
{
color: #3F1824;
}
.AnyTagClassName
{
color: #3F1824;
}
</style>
background-color css
<style>
a { background-color: #3F1824; }
a { background-color: rgb(63,24,36); }
div.DivClassName
{
background-color: #3F1824;
}
.BgClassName
{
background-color: #3F1824;
}
</style>
border-color css
<style>
span { border-color: #3F1824; }
span { border-color: rgb(63,24,36); }
td.TdClassName
{
border-color: #3F1824;
}
.TagClassName
{
border-color: #3F1824;
}
</style>