Shades of Temptress #3D1521
Tints of Temptress #3D1521
RGB
CMYK
RGB Variations
Color information
#3D1521 (or 0x3D1521) is known color: Temptress. HEX triplet: 3D, 15 and 21. RGB value is (61,21,33). Sum of RGB (Red+Green+Blue) = 61+21+33=115 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.04% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1521 is #C2EADE. Grayscale: #222222. Windows color (decimal): -12774111 or 2168125. OLE color: 2168125.
HSL color Cylindrical-coordinate representation of color #3D1521: hue angle of 342º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D1521 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 21 | 33 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.76 |
| HSL | 342º | 0.49% | 0.16% | - |
| HSV(B) | 342º | 0.66% | 0.24% | - |
| XYZ | 2.47 | 1.64 | 1.63 | - |
| YUV | 34.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 33 | 0 | 0.66 | 0.46 | 0.76 | 342 | 0.49 | 0.16 |
| Hex | 3D | 15 | 21 | 0 | 42 | 2E | 4C | 156 | 31 | 10 |
| Octal | 75 | 25 | 41 | 0 | 102 | 56 | 114 | 526 | 61 | 20 |
| Binary | 111101 | 10101 | 100001 | 0 | 1000010 | 101110 | 1001100 | 101010110 | 110001 | 10000 |
Color Harmonies of #3D1521
Complementary color
Monochromatic Colors of #3D1521
Black with #3D1521
Text Example
Text Example
White with #3D1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1521; }
p { color: rgb(61,21,33); }
H1.HeaderClassName
{
color: #3D1521;
}
.AnyTagClassName
{
color: #3D1521;
}
</style>
background-color css
<style>
a { background-color: #3D1521; }
a { background-color: rgb(61,21,33); }
div.DivClassName
{
background-color: #3D1521;
}
.BgClassName
{
background-color: #3D1521;
}
</style>
border-color css
<style>
span { border-color: #3D1521; }
span { border-color: rgb(61,21,33); }
td.TdClassName
{
border-color: #3D1521;
}
.TagClassName
{
border-color: #3D1521;
}
</style>