Shades of Temptress #3A1721
Tints of Temptress #3A1721
RGB
CMYK
RGB Variations
Color information
#3A1721 (or 0x3A1721) is known color: Temptress. HEX triplet: 3A, 17 and 21. RGB value is (58,23,33). Sum of RGB (Red+Green+Blue) = 58+23+33=114 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.88% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1721 is #C5E8DE. Grayscale: #222222. Windows color (decimal): -12970207 or 2168634. OLE color: 2168634.
HSL color Cylindrical-coordinate representation of color #3A1721: hue angle of 342.86º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A1721 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 23 | 33 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.77 |
| HSL | 342.86º | 0.43% | 0.16% | - |
| HSV(B) | 342.86º | 0.6% | 0.23% | - |
| XYZ | 2.33 | 1.62 | 1.63 | - |
| YUV | 34.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 33 | 0 | 0.60 | 0.43 | 0.77 | 342.86 | 0.43 | 0.16 |
| Hex | 3A | 17 | 21 | 0 | 3C | 2B | 4D | 157 | 2B | 10 |
| Octal | 72 | 27 | 41 | 0 | 74 | 53 | 115 | 527 | 53 | 20 |
| Binary | 111010 | 10111 | 100001 | 0 | 111100 | 101011 | 1001101 | 101010111 | 101011 | 10000 |
Color Harmonies of #3A1721
Complementary color
Monochromatic Colors of #3A1721
Black with #3A1721
Text Example
Text Example
White with #3A1721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1721; }
p { color: rgb(58,23,33); }
H1.HeaderClassName
{
color: #3A1721;
}
.AnyTagClassName
{
color: #3A1721;
}
</style>
background-color css
<style>
a { background-color: #3A1721; }
a { background-color: rgb(58,23,33); }
div.DivClassName
{
background-color: #3A1721;
}
.BgClassName
{
background-color: #3A1721;
}
</style>
border-color css
<style>
span { border-color: #3A1721; }
span { border-color: rgb(58,23,33); }
td.TdClassName
{
border-color: #3A1721;
}
.TagClassName
{
border-color: #3A1721;
}
</style>