Shades of Temptress #3C2127
Tints of Temptress #3C2127
RGB
CMYK
RGB Variations
Color information
#3C2127 (or 0x3C2127) is known color: Temptress. HEX triplet: 3C, 21 and 27. RGB value is (60,33,39). Sum of RGB (Red+Green+Blue) = 60+33+39=132 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.45% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2127 is #C3DED8. Grayscale: #292929. Windows color (decimal): -12836569 or 2564412. OLE color: 2564412.
HSL color Cylindrical-coordinate representation of color #3C2127: hue angle of 346.67º 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 #3C2127 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 33 | 39 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.76 |
| HSL | 346.67º | 0.29% | 0.18% | - |
| HSV(B) | 346.67º | 0.45% | 0.24% | - |
| XYZ | 2.77 | 2.19 | 2.2 | - |
| YUV | 41.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 39 | 0 | 0.45 | 0.35 | 0.76 | 346.67 | 0.29 | 0.18 |
| Hex | 3C | 21 | 27 | 0 | 2D | 23 | 4C | 15B | 1D | 12 |
| Octal | 74 | 41 | 47 | 0 | 55 | 43 | 114 | 533 | 35 | 22 |
| Binary | 111100 | 100001 | 100111 | 0 | 101101 | 100011 | 1001100 | 101011011 | 11101 | 10010 |
Color Harmonies of #3C2127
Complementary color
Monochromatic Colors of #3C2127
Black with #3C2127
Text Example
Text Example
White with #3C2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2127; }
p { color: rgb(60,33,39); }
H1.HeaderClassName
{
color: #3C2127;
}
.AnyTagClassName
{
color: #3C2127;
}
</style>
background-color css
<style>
a { background-color: #3C2127; }
a { background-color: rgb(60,33,39); }
div.DivClassName
{
background-color: #3C2127;
}
.BgClassName
{
background-color: #3C2127;
}
</style>
border-color css
<style>
span { border-color: #3C2127; }
span { border-color: rgb(60,33,39); }
td.TdClassName
{
border-color: #3C2127;
}
.TagClassName
{
border-color: #3C2127;
}
</style>