Shades of Temptress #3F2629
Tints of Temptress #3F2629
RGB
CMYK
RGB Variations
Color information
#3F2629 (or 0x3F2629) is known color: Temptress. HEX triplet: 3F, 26 and 29. RGB value is (63,38,41). Sum of RGB (Red+Green+Blue) = 63+38+41=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2629 is #C0D9D6. Grayscale: #2D2D2D. Windows color (decimal): -12638679 or 2696767. OLE color: 2696767.
HSL color Cylindrical-coordinate representation of color #3F2629: hue angle of 352.8º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F2629 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 38 | 41 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.75 |
| HSL | 352.8º | 0.25% | 0.2% | - |
| HSV(B) | 352.8º | 0.4% | 0.25% | - |
| XYZ | 3.14 | 2.6 | 2.43 | - |
| YUV | 45.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 41 | 0 | 0.40 | 0.35 | 0.75 | 352.8 | 0.25 | 0.2 |
| Hex | 3F | 26 | 29 | 0 | 28 | 23 | 4B | 161 | 19 | 14 |
| Octal | 77 | 46 | 51 | 0 | 50 | 43 | 113 | 541 | 31 | 24 |
| Binary | 111111 | 100110 | 101001 | 0 | 101000 | 100011 | 1001011 | 101100001 | 11001 | 10100 |
Color Harmonies of #3F2629
Complementary color
Monochromatic Colors of #3F2629
Black with #3F2629
Text Example
Text Example
White with #3F2629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2629; }
p { color: rgb(63,38,41); }
H1.HeaderClassName
{
color: #3F2629;
}
.AnyTagClassName
{
color: #3F2629;
}
</style>
background-color css
<style>
a { background-color: #3F2629; }
a { background-color: rgb(63,38,41); }
div.DivClassName
{
background-color: #3F2629;
}
.BgClassName
{
background-color: #3F2629;
}
</style>
border-color css
<style>
span { border-color: #3F2629; }
span { border-color: rgb(63,38,41); }
td.TdClassName
{
border-color: #3F2629;
}
.TagClassName
{
border-color: #3F2629;
}
</style>