Shades of Temptress #3B1720
Tints of Temptress #3B1720
RGB
CMYK
RGB Variations
Color information
#3B1720 (or 0x3B1720) is known color: Temptress. HEX triplet: 3B, 17 and 20. RGB value is (59,23,32). Sum of RGB (Red+Green+Blue) = 59+23+32=114 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.75% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1720 is #C4E8DF. Grayscale: #222222. Windows color (decimal): -12904672 or 2103099. OLE color: 2103099.
HSL color Cylindrical-coordinate representation of color #3B1720: hue angle of 345º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B1720 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 23 | 32 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.77 |
| HSL | 345º | 0.44% | 0.16% | - |
| HSV(B) | 345º | 0.61% | 0.23% | - |
| XYZ | 2.37 | 1.65 | 1.56 | - |
| YUV | 34.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 23 | 32 | 0 | 0.61 | 0.46 | 0.77 | 345 | 0.44 | 0.16 |
| Hex | 3B | 17 | 20 | 0 | 3D | 2E | 4D | 159 | 2C | 10 |
| Octal | 73 | 27 | 40 | 0 | 75 | 56 | 115 | 531 | 54 | 20 |
| Binary | 111011 | 10111 | 100000 | 0 | 111101 | 101110 | 1001101 | 101011001 | 101100 | 10000 |
Color Harmonies of #3B1720
Complementary color
Monochromatic Colors of #3B1720
Black with #3B1720
Text Example
Text Example
White with #3B1720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1720; }
p { color: rgb(59,23,32); }
H1.HeaderClassName
{
color: #3B1720;
}
.AnyTagClassName
{
color: #3B1720;
}
</style>
background-color css
<style>
a { background-color: #3B1720; }
a { background-color: rgb(59,23,32); }
div.DivClassName
{
background-color: #3B1720;
}
.BgClassName
{
background-color: #3B1720;
}
</style>
border-color css
<style>
span { border-color: #3B1720; }
span { border-color: rgb(59,23,32); }
td.TdClassName
{
border-color: #3B1720;
}
.TagClassName
{
border-color: #3B1720;
}
</style>