Shades of Temptress #3D2429
Tints of Temptress #3D2429
RGB
CMYK
RGB Variations
Color information
#3D2429 (or 0x3D2429) is known color: Temptress. HEX triplet: 3D, 24 and 29. RGB value is (61,36,41). Sum of RGB (Red+Green+Blue) = 61+36+41=138 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.20% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2429 is #C2DBD6. Grayscale: #2C2C2C. Windows color (decimal): -12770263 or 2696253. OLE color: 2696253.
HSL color Cylindrical-coordinate representation of color #3D2429: hue angle of 348º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3D2429 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 36 | 41 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.76 |
| HSL | 348º | 0.26% | 0.19% | - |
| HSV(B) | 348º | 0.41% | 0.24% | - |
| XYZ | 2.96 | 2.41 | 2.41 | - |
| YUV | 44.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 36 | 41 | 0 | 0.41 | 0.33 | 0.76 | 348 | 0.26 | 0.19 |
| Hex | 3D | 24 | 29 | 0 | 29 | 21 | 4C | 15C | 1A | 13 |
| Octal | 75 | 44 | 51 | 0 | 51 | 41 | 114 | 534 | 32 | 23 |
| Binary | 111101 | 100100 | 101001 | 0 | 101001 | 100001 | 1001100 | 101011100 | 11010 | 10011 |
Color Harmonies of #3D2429
Complementary color
Monochromatic Colors of #3D2429
Black with #3D2429
Text Example
Text Example
White with #3D2429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2429; }
p { color: rgb(61,36,41); }
H1.HeaderClassName
{
color: #3D2429;
}
.AnyTagClassName
{
color: #3D2429;
}
</style>
background-color css
<style>
a { background-color: #3D2429; }
a { background-color: rgb(61,36,41); }
div.DivClassName
{
background-color: #3D2429;
}
.BgClassName
{
background-color: #3D2429;
}
</style>
border-color css
<style>
span { border-color: #3D2429; }
span { border-color: rgb(61,36,41); }
td.TdClassName
{
border-color: #3D2429;
}
.TagClassName
{
border-color: #3D2429;
}
</style>