Shades of Temptress #3F1821
Tints of Temptress #3F1821
RGB
CMYK
RGB Variations
Color information
#3F1821 (or 0x3F1821) is known color: Temptress. HEX triplet: 3F, 18 and 21. RGB value is (63,24,33). Sum of RGB (Red+Green+Blue) = 63+24+33=120 (15% of max value = 765). Red value is 63 (25% from 255 or 52.5% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1821 is #C0E7DE. Grayscale: #242424. Windows color (decimal): -12642271 or 2168895. OLE color: 2168895.
HSL color Cylindrical-coordinate representation of color #3F1821: hue angle of 346.15º 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 #3F1821 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 24 | 33 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.75 |
| HSL | 346.15º | 0.45% | 0.17% | - |
| HSV(B) | 346.15º | 0.62% | 0.25% | - |
| XYZ | 2.65 | 1.82 | 1.65 | - |
| YUV | 36.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 33 | 0 | 0.62 | 0.48 | 0.75 | 346.15 | 0.45 | 0.17 |
| Hex | 3F | 18 | 21 | 0 | 3E | 30 | 4B | 15A | 2D | 11 |
| Octal | 77 | 30 | 41 | 0 | 76 | 60 | 113 | 532 | 55 | 21 |
| Binary | 111111 | 11000 | 100001 | 0 | 111110 | 110000 | 1001011 | 101011010 | 101101 | 10001 |
Color Harmonies of #3F1821
Complementary color
Monochromatic Colors of #3F1821
Black with #3F1821
Text Example
Text Example
White with #3F1821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1821; }
p { color: rgb(63,24,33); }
H1.HeaderClassName
{
color: #3F1821;
}
.AnyTagClassName
{
color: #3F1821;
}
</style>
background-color css
<style>
a { background-color: #3F1821; }
a { background-color: rgb(63,24,33); }
div.DivClassName
{
background-color: #3F1821;
}
.BgClassName
{
background-color: #3F1821;
}
</style>
border-color css
<style>
span { border-color: #3F1821; }
span { border-color: rgb(63,24,33); }
td.TdClassName
{
border-color: #3F1821;
}
.TagClassName
{
border-color: #3F1821;
}
</style>