Shades of Temptress #3B1721
Tints of Temptress #3B1721
RGB
CMYK
RGB Variations
Color information
#3B1721 (or 0x3B1721) is known color: Temptress. HEX triplet: 3B, 17 and 21. RGB value is (59,23,33). Sum of RGB (Red+Green+Blue) = 59+23+33=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1721 is #C4E8DE. Grayscale: #222222. Windows color (decimal): -12904671 or 2168635. OLE color: 2168635.
HSL color Cylindrical-coordinate representation of color #3B1721: hue angle of 343.33º 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 #3B1721 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 23 | 33 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.77 |
| HSL | 343.33º | 0.44% | 0.16% | - |
| HSV(B) | 343.33º | 0.61% | 0.23% | - |
| XYZ | 2.38 | 1.65 | 1.63 | - |
| YUV | 34.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 23 | 33 | 0 | 0.61 | 0.44 | 0.77 | 343.33 | 0.44 | 0.16 |
| Hex | 3B | 17 | 21 | 0 | 3D | 2C | 4D | 157 | 2C | 10 |
| Octal | 73 | 27 | 41 | 0 | 75 | 54 | 115 | 527 | 54 | 20 |
| Binary | 111011 | 10111 | 100001 | 0 | 111101 | 101100 | 1001101 | 101010111 | 101100 | 10000 |
Color Harmonies of #3B1721
Complementary color
Monochromatic Colors of #3B1721
Black with #3B1721
Text Example
Text Example
White with #3B1721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1721; }
p { color: rgb(59,23,33); }
H1.HeaderClassName
{
color: #3B1721;
}
.AnyTagClassName
{
color: #3B1721;
}
</style>
background-color css
<style>
a { background-color: #3B1721; }
a { background-color: rgb(59,23,33); }
div.DivClassName
{
background-color: #3B1721;
}
.BgClassName
{
background-color: #3B1721;
}
</style>
border-color css
<style>
span { border-color: #3B1721; }
span { border-color: rgb(59,23,33); }
td.TdClassName
{
border-color: #3B1721;
}
.TagClassName
{
border-color: #3B1721;
}
</style>