Shades of Temptress #401E23
Tints of Temptress #401E23
RGB
CMYK
RGB Variations
Color information
#401E23 (or 0x401E23) is known color: Temptress. HEX triplet: 40, 1E and 23. RGB value is (64,30,35). Sum of RGB (Red+Green+Blue) = 64+30+35=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #401E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E23 is #BFE1DC. Grayscale: #282828. Windows color (decimal): -12575197 or 2301504. OLE color: 2301504.
HSL color Cylindrical-coordinate representation of color #401E23: hue angle of 351.18º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #401E23 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 30 | 35 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.75 |
| HSL | 351.18º | 0.36% | 0.18% | - |
| HSV(B) | 351.18º | 0.53% | 0.25% | - |
| XYZ | 2.88 | 2.14 | 1.85 | - |
| YUV | 40.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 30 | 35 | 0 | 0.53 | 0.45 | 0.75 | 351.18 | 0.36 | 0.18 |
| Hex | 40 | 1E | 23 | 0 | 35 | 2D | 4B | 15F | 24 | 12 |
| Octal | 100 | 36 | 43 | 0 | 65 | 55 | 113 | 537 | 44 | 22 |
| Binary | 1000000 | 11110 | 100011 | 0 | 110101 | 101101 | 1001011 | 101011111 | 100100 | 10010 |
Color Harmonies of #401E23
Complementary color
Monochromatic Colors of #401E23
Black with #401E23
Text Example
Text Example
White with #401E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401E23; }
p { color: rgb(64,30,35); }
H1.HeaderClassName
{
color: #401E23;
}
.AnyTagClassName
{
color: #401E23;
}
</style>
background-color css
<style>
a { background-color: #401E23; }
a { background-color: rgb(64,30,35); }
div.DivClassName
{
background-color: #401E23;
}
.BgClassName
{
background-color: #401E23;
}
</style>
border-color css
<style>
span { border-color: #401E23; }
span { border-color: rgb(64,30,35); }
td.TdClassName
{
border-color: #401E23;
}
.TagClassName
{
border-color: #401E23;
}
</style>