Shades of Temptress #3D222A
Tints of Temptress #3D222A
RGB
CMYK
RGB Variations
Color information
#3D222A (or 0x3D222A) is known color: Temptress. HEX triplet: 3D, 22 and 2A. RGB value is (61,34,42). Sum of RGB (Red+Green+Blue) = 61+34+42=137 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.53% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 61 - color contains mainly: red. Hex color #3D222A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D222A is #C2DDD5. Grayscale: #2A2A2A. Windows color (decimal): -12770774 or 2761277. OLE color: 2761277.
HSL color Cylindrical-coordinate representation of color #3D222A: hue angle of 342.22º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D222A is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 34 | 42 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.76 |
| HSL | 342.22º | 0.28% | 0.19% | - |
| HSV(B) | 342.22º | 0.44% | 0.24% | - |
| XYZ | 2.91 | 2.3 | 2.48 | - |
| YUV | 42.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 34 | 42 | 0 | 0.44 | 0.31 | 0.76 | 342.22 | 0.28 | 0.19 |
| Hex | 3D | 22 | 2A | 0 | 2C | 1F | 4C | 156 | 1C | 13 |
| Octal | 75 | 42 | 52 | 0 | 54 | 37 | 114 | 526 | 34 | 23 |
| Binary | 111101 | 100010 | 101010 | 0 | 101100 | 11111 | 1001100 | 101010110 | 11100 | 10011 |
Color Harmonies of #3D222A
Complementary color
Monochromatic Colors of #3D222A
Black with #3D222A
Text Example
Text Example
White with #3D222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D222A; }
p { color: rgb(61,34,42); }
H1.HeaderClassName
{
color: #3D222A;
}
.AnyTagClassName
{
color: #3D222A;
}
</style>
background-color css
<style>
a { background-color: #3D222A; }
a { background-color: rgb(61,34,42); }
div.DivClassName
{
background-color: #3D222A;
}
.BgClassName
{
background-color: #3D222A;
}
</style>
border-color css
<style>
span { border-color: #3D222A; }
span { border-color: rgb(61,34,42); }
td.TdClassName
{
border-color: #3D222A;
}
.TagClassName
{
border-color: #3D222A;
}
</style>