Shades of Temptress #401C23
Tints of Temptress #401C23
RGB
CMYK
RGB Variations
Color information
#401C23 (or 0x401C23) is known color: Temptress. HEX triplet: 40, 1C and 23. RGB value is (64,28,35). Sum of RGB (Red+Green+Blue) = 64+28+35=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #401C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C23 is #BFE3DC. Grayscale: #272727. Windows color (decimal): -12575709 or 2300992. OLE color: 2300992.
HSL color Cylindrical-coordinate representation of color #401C23: hue angle of 348.33º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #401C23 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 28 | 35 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.75 |
| HSL | 348.33º | 0.39% | 0.18% | - |
| HSV(B) | 348.33º | 0.56% | 0.25% | - |
| XYZ | 2.83 | 2.04 | 1.83 | - |
| YUV | 39.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 35 | 0 | 0.56 | 0.45 | 0.75 | 348.33 | 0.39 | 0.18 |
| Hex | 40 | 1C | 23 | 0 | 38 | 2D | 4B | 15C | 27 | 12 |
| Octal | 100 | 34 | 43 | 0 | 70 | 55 | 113 | 534 | 47 | 22 |
| Binary | 1000000 | 11100 | 100011 | 0 | 111000 | 101101 | 1001011 | 101011100 | 100111 | 10010 |
Color Harmonies of #401C23
Complementary color
Monochromatic Colors of #401C23
Black with #401C23
Text Example
Text Example
White with #401C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C23; }
p { color: rgb(64,28,35); }
H1.HeaderClassName
{
color: #401C23;
}
.AnyTagClassName
{
color: #401C23;
}
</style>
background-color css
<style>
a { background-color: #401C23; }
a { background-color: rgb(64,28,35); }
div.DivClassName
{
background-color: #401C23;
}
.BgClassName
{
background-color: #401C23;
}
</style>
border-color css
<style>
span { border-color: #401C23; }
span { border-color: rgb(64,28,35); }
td.TdClassName
{
border-color: #401C23;
}
.TagClassName
{
border-color: #401C23;
}
</style>