Shades of Temptress #3A2327
Tints of Temptress #3A2327
RGB
CMYK
RGB Variations
Color information
#3A2327 (or 0x3A2327) is known color: Temptress. HEX triplet: 3A, 23 and 27. RGB value is (58,35,39). Sum of RGB (Red+Green+Blue) = 58+35+39=132 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.94% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2327 is #C5DCD8. Grayscale: #2A2A2A. Windows color (decimal): -12967129 or 2564922. OLE color: 2564922.
HSL color Cylindrical-coordinate representation of color #3A2327: hue angle of 349.57º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A2327 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 35 | 39 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.77 |
| HSL | 349.57º | 0.25% | 0.18% | - |
| HSV(B) | 349.57º | 0.4% | 0.23% | - |
| XYZ | 2.71 | 2.25 | 2.21 | - |
| YUV | 42.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 39 | 0 | 0.40 | 0.33 | 0.77 | 349.57 | 0.25 | 0.18 |
| Hex | 3A | 23 | 27 | 0 | 28 | 21 | 4D | 15E | 19 | 12 |
| Octal | 72 | 43 | 47 | 0 | 50 | 41 | 115 | 536 | 31 | 22 |
| Binary | 111010 | 100011 | 100111 | 0 | 101000 | 100001 | 1001101 | 101011110 | 11001 | 10010 |
Color Harmonies of #3A2327
Complementary color
Monochromatic Colors of #3A2327
Black with #3A2327
Text Example
Text Example
White with #3A2327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2327; }
p { color: rgb(58,35,39); }
H1.HeaderClassName
{
color: #3A2327;
}
.AnyTagClassName
{
color: #3A2327;
}
</style>
background-color css
<style>
a { background-color: #3A2327; }
a { background-color: rgb(58,35,39); }
div.DivClassName
{
background-color: #3A2327;
}
.BgClassName
{
background-color: #3A2327;
}
</style>
border-color css
<style>
span { border-color: #3A2327; }
span { border-color: rgb(58,35,39); }
td.TdClassName
{
border-color: #3A2327;
}
.TagClassName
{
border-color: #3A2327;
}
</style>