Shades of Temptress #3C2325
Tints of Temptress #3C2325
RGB
CMYK
RGB Variations
Color information
#3C2325 (or 0x3C2325) is known color: Temptress. HEX triplet: 3C, 23 and 25. RGB value is (60,35,37). Sum of RGB (Red+Green+Blue) = 60+35+37=132 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.45% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2325 is #C3DCDA. Grayscale: #2A2A2A. Windows color (decimal): -12836059 or 2433852. OLE color: 2433852.
HSL color Cylindrical-coordinate representation of color #3C2325: hue angle of 355.2º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C2325 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 35 | 37 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.76 |
| HSL | 355.2º | 0.26% | 0.19% | - |
| HSV(B) | 355.2º | 0.42% | 0.24% | - |
| XYZ | 2.8 | 2.3 | 2.05 | - |
| YUV | 42.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 35 | 37 | 0 | 0.42 | 0.38 | 0.76 | 355.2 | 0.26 | 0.19 |
| Hex | 3C | 23 | 25 | 0 | 2A | 26 | 4C | 163 | 1A | 13 |
| Octal | 74 | 43 | 45 | 0 | 52 | 46 | 114 | 543 | 32 | 23 |
| Binary | 111100 | 100011 | 100101 | 0 | 101010 | 100110 | 1001100 | 101100011 | 11010 | 10011 |
Color Harmonies of #3C2325
Complementary color
Monochromatic Colors of #3C2325
Black with #3C2325
Text Example
Text Example
White with #3C2325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2325; }
p { color: rgb(60,35,37); }
H1.HeaderClassName
{
color: #3C2325;
}
.AnyTagClassName
{
color: #3C2325;
}
</style>
background-color css
<style>
a { background-color: #3C2325; }
a { background-color: rgb(60,35,37); }
div.DivClassName
{
background-color: #3C2325;
}
.BgClassName
{
background-color: #3C2325;
}
</style>
border-color css
<style>
span { border-color: #3C2325; }
span { border-color: rgb(60,35,37); }
td.TdClassName
{
border-color: #3C2325;
}
.TagClassName
{
border-color: #3C2325;
}
</style>