Shades of Temptress #3E2228
Tints of Temptress #3E2228
RGB
CMYK
RGB Variations
Color information
#3E2228 (or 0x3E2228) is known color: Temptress. HEX triplet: 3E, 22 and 28. RGB value is (62,34,40). Sum of RGB (Red+Green+Blue) = 62+34+40=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2228 is #C1DDD7. Grayscale: #2B2B2B. Windows color (decimal): -12705240 or 2630206. OLE color: 2630206.
HSL color Cylindrical-coordinate representation of color #3E2228: hue angle of 347.14º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E2228 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 34 | 40 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.76 |
| HSL | 347.14º | 0.29% | 0.19% | - |
| HSV(B) | 347.14º | 0.45% | 0.24% | - |
| XYZ | 2.94 | 2.32 | 2.3 | - |
| YUV | 43.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 34 | 40 | 0 | 0.45 | 0.35 | 0.76 | 347.14 | 0.29 | 0.19 |
| Hex | 3E | 22 | 28 | 0 | 2D | 23 | 4C | 15B | 1D | 13 |
| Octal | 76 | 42 | 50 | 0 | 55 | 43 | 114 | 533 | 35 | 23 |
| Binary | 111110 | 100010 | 101000 | 0 | 101101 | 100011 | 1001100 | 101011011 | 11101 | 10011 |
Color Harmonies of #3E2228
Complementary color
Monochromatic Colors of #3E2228
Black with #3E2228
Text Example
Text Example
White with #3E2228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2228; }
p { color: rgb(62,34,40); }
H1.HeaderClassName
{
color: #3E2228;
}
.AnyTagClassName
{
color: #3E2228;
}
</style>
background-color css
<style>
a { background-color: #3E2228; }
a { background-color: rgb(62,34,40); }
div.DivClassName
{
background-color: #3E2228;
}
.BgClassName
{
background-color: #3E2228;
}
</style>
border-color css
<style>
span { border-color: #3E2228; }
span { border-color: rgb(62,34,40); }
td.TdClassName
{
border-color: #3E2228;
}
.TagClassName
{
border-color: #3E2228;
}
</style>