Shades of Temptress #3C2123
Tints of Temptress #3C2123
RGB
CMYK
RGB Variations
Color information
#3C2123 (or 0x3C2123) is known color: Temptress. HEX triplet: 3C, 21 and 23. RGB value is (60,33,35). Sum of RGB (Red+Green+Blue) = 60+33+35=128 (16% of max value = 765). Red value is 60 (23.83% from 255 or 46.88% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2123 is #C3DEDC. Grayscale: #292929. Windows color (decimal): -12836573 or 2302268. OLE color: 2302268.
HSL color Cylindrical-coordinate representation of color #3C2123: hue angle of 355.56º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C2123 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 33 | 35 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.76 |
| HSL | 355.56º | 0.29% | 0.18% | - |
| HSV(B) | 355.56º | 0.45% | 0.24% | - |
| XYZ | 2.71 | 2.17 | 1.87 | - |
| YUV | 41.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 35 | 0 | 0.45 | 0.42 | 0.76 | 355.56 | 0.29 | 0.18 |
| Hex | 3C | 21 | 23 | 0 | 2D | 2A | 4C | 164 | 1D | 12 |
| Octal | 74 | 41 | 43 | 0 | 55 | 52 | 114 | 544 | 35 | 22 |
| Binary | 111100 | 100001 | 100011 | 0 | 101101 | 101010 | 1001100 | 101100100 | 11101 | 10010 |
Color Harmonies of #3C2123
Complementary color
Monochromatic Colors of #3C2123
Black with #3C2123
Text Example
Text Example
White with #3C2123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2123; }
p { color: rgb(60,33,35); }
H1.HeaderClassName
{
color: #3C2123;
}
.AnyTagClassName
{
color: #3C2123;
}
</style>
background-color css
<style>
a { background-color: #3C2123; }
a { background-color: rgb(60,33,35); }
div.DivClassName
{
background-color: #3C2123;
}
.BgClassName
{
background-color: #3C2123;
}
</style>
border-color css
<style>
span { border-color: #3C2123; }
span { border-color: rgb(60,33,35); }
td.TdClassName
{
border-color: #3C2123;
}
.TagClassName
{
border-color: #3C2123;
}
</style>