Shades of Temptress #3D2129
Tints of Temptress #3D2129
RGB
CMYK
RGB Variations
Color information
#3D2129 (or 0x3D2129) is known color: Temptress. HEX triplet: 3D, 21 and 29. RGB value is (61,33,41). Sum of RGB (Red+Green+Blue) = 61+33+41=135 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.19% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2129 is #C2DED6. Grayscale: #2A2A2A. Windows color (decimal): -12771031 or 2695485. OLE color: 2695485.
HSL color Cylindrical-coordinate representation of color #3D2129: hue angle of 342.86º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D2129 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 33 | 41 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.76 |
| HSL | 342.86º | 0.3% | 0.18% | - |
| HSV(B) | 342.86º | 0.46% | 0.24% | - |
| XYZ | 2.87 | 2.24 | 2.38 | - |
| YUV | 42.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 33 | 41 | 0 | 0.46 | 0.33 | 0.76 | 342.86 | 0.3 | 0.18 |
| Hex | 3D | 21 | 29 | 0 | 2E | 21 | 4C | 157 | 1E | 12 |
| Octal | 75 | 41 | 51 | 0 | 56 | 41 | 114 | 527 | 36 | 22 |
| Binary | 111101 | 100001 | 101001 | 0 | 101110 | 100001 | 1001100 | 101010111 | 11110 | 10010 |
Color Harmonies of #3D2129
Complementary color
Monochromatic Colors of #3D2129
Black with #3D2129
Text Example
Text Example
White with #3D2129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2129; }
p { color: rgb(61,33,41); }
H1.HeaderClassName
{
color: #3D2129;
}
.AnyTagClassName
{
color: #3D2129;
}
</style>
background-color css
<style>
a { background-color: #3D2129; }
a { background-color: rgb(61,33,41); }
div.DivClassName
{
background-color: #3D2129;
}
.BgClassName
{
background-color: #3D2129;
}
</style>
border-color css
<style>
span { border-color: #3D2129; }
span { border-color: rgb(61,33,41); }
td.TdClassName
{
border-color: #3D2129;
}
.TagClassName
{
border-color: #3D2129;
}
</style>