Shades of Temptress #3B2127
Tints of Temptress #3B2127
RGB
CMYK
RGB Variations
Color information
#3B2127 (or 0x3B2127) is known color: Temptress. HEX triplet: 3B, 21 and 27. RGB value is (59,33,39). Sum of RGB (Red+Green+Blue) = 59+33+39=131 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.04% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2127 is #C4DED8. Grayscale: #292929. Windows color (decimal): -12902105 or 2564411. OLE color: 2564411.
HSL color Cylindrical-coordinate representation of color #3B2127: hue angle of 346.15º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B2127 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 33 | 39 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.77 |
| HSL | 346.15º | 0.28% | 0.18% | - |
| HSV(B) | 346.15º | 0.44% | 0.23% | - |
| XYZ | 2.71 | 2.16 | 2.19 | - |
| YUV | 41.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 33 | 39 | 0 | 0.44 | 0.34 | 0.77 | 346.15 | 0.28 | 0.18 |
| Hex | 3B | 21 | 27 | 0 | 2C | 22 | 4D | 15A | 1C | 12 |
| Octal | 73 | 41 | 47 | 0 | 54 | 42 | 115 | 532 | 34 | 22 |
| Binary | 111011 | 100001 | 100111 | 0 | 101100 | 100010 | 1001101 | 101011010 | 11100 | 10010 |
Color Harmonies of #3B2127
Complementary color
Monochromatic Colors of #3B2127
Black with #3B2127
Text Example
Text Example
White with #3B2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2127; }
p { color: rgb(59,33,39); }
H1.HeaderClassName
{
color: #3B2127;
}
.AnyTagClassName
{
color: #3B2127;
}
</style>
background-color css
<style>
a { background-color: #3B2127; }
a { background-color: rgb(59,33,39); }
div.DivClassName
{
background-color: #3B2127;
}
.BgClassName
{
background-color: #3B2127;
}
</style>
border-color css
<style>
span { border-color: #3B2127; }
span { border-color: rgb(59,33,39); }
td.TdClassName
{
border-color: #3B2127;
}
.TagClassName
{
border-color: #3B2127;
}
</style>