Shades of Temptress #3D2529
Tints of Temptress #3D2529
RGB
CMYK
RGB Variations
Color information
#3D2529 (or 0x3D2529) is known color: Temptress. HEX triplet: 3D, 25 and 29. RGB value is (61,37,41). Sum of RGB (Red+Green+Blue) = 61+37+41=139 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.88% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2529 is #C2DAD6. Grayscale: #2C2C2C. Windows color (decimal): -12770007 or 2696509. OLE color: 2696509.
HSL color Cylindrical-coordinate representation of color #3D2529: hue angle of 350º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D2529 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 37 | 41 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.76 |
| HSL | 350º | 0.24% | 0.19% | - |
| HSV(B) | 350º | 0.39% | 0.24% | - |
| XYZ | 2.99 | 2.48 | 2.42 | - |
| YUV | 44.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 37 | 41 | 0 | 0.39 | 0.33 | 0.76 | 350 | 0.24 | 0.19 |
| Hex | 3D | 25 | 29 | 0 | 27 | 21 | 4C | 15E | 18 | 13 |
| Octal | 75 | 45 | 51 | 0 | 47 | 41 | 114 | 536 | 30 | 23 |
| Binary | 111101 | 100101 | 101001 | 0 | 100111 | 100001 | 1001100 | 101011110 | 11000 | 10011 |
Color Harmonies of #3D2529
Complementary color
Monochromatic Colors of #3D2529
Black with #3D2529
Text Example
Text Example
White with #3D2529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2529; }
p { color: rgb(61,37,41); }
H1.HeaderClassName
{
color: #3D2529;
}
.AnyTagClassName
{
color: #3D2529;
}
</style>
background-color css
<style>
a { background-color: #3D2529; }
a { background-color: rgb(61,37,41); }
div.DivClassName
{
background-color: #3D2529;
}
.BgClassName
{
background-color: #3D2529;
}
</style>
border-color css
<style>
span { border-color: #3D2529; }
span { border-color: rgb(61,37,41); }
td.TdClassName
{
border-color: #3D2529;
}
.TagClassName
{
border-color: #3D2529;
}
</style>