Shades of Temptress #3C1520
Tints of Temptress #3C1520
RGB
CMYK
RGB Variations
Color information
#3C1520 (or 0x3C1520) is known color: Temptress. HEX triplet: 3C, 15 and 20. RGB value is (60,21,32). Sum of RGB (Red+Green+Blue) = 60+21+32=113 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.10% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1520 is #C3EADF. Grayscale: #212121. Windows color (decimal): -12839648 or 2102588. OLE color: 2102588.
HSL color Cylindrical-coordinate representation of color #3C1520: hue angle of 343.08º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C1520 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 21 | 32 | - |
CMYK | 0 | 0.65 | 0.47 | 0.76 |
HSL | 343.08º | 0.48% | 0.16% | - |
HSV(B) | 343.08º | 0.65% | 0.24% | - |
XYZ | 2.39 | 1.6 | 1.55 | - |
YUV | 33.92 | 126.92 | 146.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 21 | 32 | 0 | 0.65 | 0.47 | 0.76 | 343.08 | 0.48 | 0.16 |
Hex | 3C | 15 | 20 | 0 | 41 | 2F | 4C | 157 | 30 | 10 |
Octal | 74 | 25 | 40 | 0 | 101 | 57 | 114 | 527 | 60 | 20 |
Binary | 111100 | 10101 | 100000 | 0 | 1000001 | 101111 | 1001100 | 101010111 | 110000 | 10000 |
Color Harmonies of #3C1520
Complementary color
Monochromatic Colors of #3C1520
Black with #3C1520
Text Example
Text Example
White with #3C1520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1520; }
p { color: rgb(60,21,32); }
H1.HeaderClassName
{
color: #3C1520;
}
.AnyTagClassName
{
color: #3C1520;
}
</style>
background-color css
<style>
a { background-color: #3C1520; }
a { background-color: rgb(60,21,32); }
div.DivClassName
{
background-color: #3C1520;
}
.BgClassName
{
background-color: #3C1520;
}
</style>
border-color css
<style>
span { border-color: #3C1520; }
span { border-color: rgb(60,21,32); }
td.TdClassName
{
border-color: #3C1520;
}
.TagClassName
{
border-color: #3C1520;
}
</style>