Shades of Temptress #3C2225
Tints of Temptress #3C2225
RGB
CMYK
RGB Variations
Color information
#3C2225 (or 0x3C2225) is known color: Temptress. HEX triplet: 3C, 22 and 25. RGB value is (60,34,37). Sum of RGB (Red+Green+Blue) = 60+34+37=131 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.80% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2225 is #C3DDDA. Grayscale: #2A2A2A. Windows color (decimal): -12836315 or 2433596. OLE color: 2433596.
HSL color Cylindrical-coordinate representation of color #3C2225: hue angle of 353.08º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C2225 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 34 | 37 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.76 |
| HSL | 353.08º | 0.28% | 0.18% | - |
| HSV(B) | 353.08º | 0.43% | 0.24% | - |
| XYZ | 2.77 | 2.24 | 2.04 | - |
| YUV | 42.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 37 | 0 | 0.43 | 0.38 | 0.76 | 353.08 | 0.28 | 0.18 |
| Hex | 3C | 22 | 25 | 0 | 2B | 26 | 4C | 161 | 1C | 12 |
| Octal | 74 | 42 | 45 | 0 | 53 | 46 | 114 | 541 | 34 | 22 |
| Binary | 111100 | 100010 | 100101 | 0 | 101011 | 100110 | 1001100 | 101100001 | 11100 | 10010 |
Color Harmonies of #3C2225
Complementary color
Monochromatic Colors of #3C2225
Black with #3C2225
Text Example
Text Example
White with #3C2225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2225; }
p { color: rgb(60,34,37); }
H1.HeaderClassName
{
color: #3C2225;
}
.AnyTagClassName
{
color: #3C2225;
}
</style>
background-color css
<style>
a { background-color: #3C2225; }
a { background-color: rgb(60,34,37); }
div.DivClassName
{
background-color: #3C2225;
}
.BgClassName
{
background-color: #3C2225;
}
</style>
border-color css
<style>
span { border-color: #3C2225; }
span { border-color: rgb(60,34,37); }
td.TdClassName
{
border-color: #3C2225;
}
.TagClassName
{
border-color: #3C2225;
}
</style>