Shades of Temptress #3F272D
Tints of Temptress #3F272D
RGB
CMYK
RGB Variations
Color information
#3F272D (or 0x3F272D) is known color: Temptress. HEX triplet: 3F, 27 and 2D. RGB value is (63,39,45). Sum of RGB (Red+Green+Blue) = 63+39+45=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 63 - color contains mainly: red. Hex color #3F272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F272D is #C0D8D2. Grayscale: #2E2E2E. Windows color (decimal): -12638419 or 2959167. OLE color: 2959167.
HSL color Cylindrical-coordinate representation of color #3F272D: hue angle of 345º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F272D is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 39 | 45 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.75 |
| HSL | 345º | 0.24% | 0.2% | - |
| HSV(B) | 345º | 0.38% | 0.25% | - |
| XYZ | 3.25 | 2.7 | 2.83 | - |
| YUV | 46.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 45 | 0 | 0.38 | 0.29 | 0.75 | 345 | 0.24 | 0.2 |
| Hex | 3F | 27 | 2D | 0 | 26 | 1D | 4B | 159 | 18 | 14 |
| Octal | 77 | 47 | 55 | 0 | 46 | 35 | 113 | 531 | 30 | 24 |
| Binary | 111111 | 100111 | 101101 | 0 | 100110 | 11101 | 1001011 | 101011001 | 11000 | 10100 |
Color Harmonies of #3F272D
Complementary color
Monochromatic Colors of #3F272D
Black with #3F272D
Text Example
Text Example
White with #3F272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F272D; }
p { color: rgb(63,39,45); }
H1.HeaderClassName
{
color: #3F272D;
}
.AnyTagClassName
{
color: #3F272D;
}
</style>
background-color css
<style>
a { background-color: #3F272D; }
a { background-color: rgb(63,39,45); }
div.DivClassName
{
background-color: #3F272D;
}
.BgClassName
{
background-color: #3F272D;
}
</style>
border-color css
<style>
span { border-color: #3F272D; }
span { border-color: rgb(63,39,45); }
td.TdClassName
{
border-color: #3F272D;
}
.TagClassName
{
border-color: #3F272D;
}
</style>