Shades of Temptress #402127
Tints of Temptress #402127
RGB
CMYK
RGB Variations
Color information
#402127 (or 0x402127) is known color: Temptress. HEX triplet: 40, 21 and 27. RGB value is (64,33,39). Sum of RGB (Red+Green+Blue) = 64+33+39=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #402127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402127 is #BFDED8. Grayscale: #2A2A2A. Windows color (decimal): -12574425 or 2564416. OLE color: 2564416.
HSL color Cylindrical-coordinate representation of color #402127: hue angle of 348.39º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #402127 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 33 | 39 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.75 |
| HSL | 348.39º | 0.32% | 0.19% | - |
| HSV(B) | 348.39º | 0.48% | 0.25% | - |
| XYZ | 3.02 | 2.32 | 2.21 | - |
| YUV | 42.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 39 | 0 | 0.48 | 0.39 | 0.75 | 348.39 | 0.32 | 0.19 |
| Hex | 40 | 21 | 27 | 0 | 30 | 27 | 4B | 15C | 20 | 13 |
| Octal | 100 | 41 | 47 | 0 | 60 | 47 | 113 | 534 | 40 | 23 |
| Binary | 1000000 | 100001 | 100111 | 0 | 110000 | 100111 | 1001011 | 101011100 | 100000 | 10011 |
Color Harmonies of #402127
Complementary color
Monochromatic Colors of #402127
Black with #402127
Text Example
Text Example
White with #402127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402127; }
p { color: rgb(64,33,39); }
H1.HeaderClassName
{
color: #402127;
}
.AnyTagClassName
{
color: #402127;
}
</style>
background-color css
<style>
a { background-color: #402127; }
a { background-color: rgb(64,33,39); }
div.DivClassName
{
background-color: #402127;
}
.BgClassName
{
background-color: #402127;
}
</style>
border-color css
<style>
span { border-color: #402127; }
span { border-color: rgb(64,33,39); }
td.TdClassName
{
border-color: #402127;
}
.TagClassName
{
border-color: #402127;
}
</style>