Shades of Temptress #401C24
Tints of Temptress #401C24
RGB
CMYK
RGB Variations
Color information
#401C24 (or 0x401C24) is known color: Temptress. HEX triplet: 40, 1C and 24. RGB value is (64,28,36). Sum of RGB (Red+Green+Blue) = 64+28+36=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #401C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C24 is #BFE3DB. Grayscale: #272727. Windows color (decimal): -12575708 or 2366528. OLE color: 2366528.
HSL color Cylindrical-coordinate representation of color #401C24: hue angle of 346.67º 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 #401C24 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 28 | 36 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.75 |
| HSL | 346.67º | 0.39% | 0.18% | - |
| HSV(B) | 346.67º | 0.56% | 0.25% | - |
| XYZ | 2.85 | 2.05 | 1.91 | - |
| YUV | 39.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 36 | 0 | 0.56 | 0.44 | 0.75 | 346.67 | 0.39 | 0.18 |
| Hex | 40 | 1C | 24 | 0 | 38 | 2C | 4B | 15B | 27 | 12 |
| Octal | 100 | 34 | 44 | 0 | 70 | 54 | 113 | 533 | 47 | 22 |
| Binary | 1000000 | 11100 | 100100 | 0 | 111000 | 101100 | 1001011 | 101011011 | 100111 | 10010 |
Color Harmonies of #401C24
Complementary color
Monochromatic Colors of #401C24
Black with #401C24
Text Example
Text Example
White with #401C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C24; }
p { color: rgb(64,28,36); }
H1.HeaderClassName
{
color: #401C24;
}
.AnyTagClassName
{
color: #401C24;
}
</style>
background-color css
<style>
a { background-color: #401C24; }
a { background-color: rgb(64,28,36); }
div.DivClassName
{
background-color: #401C24;
}
.BgClassName
{
background-color: #401C24;
}
</style>
border-color css
<style>
span { border-color: #401C24; }
span { border-color: rgb(64,28,36); }
td.TdClassName
{
border-color: #401C24;
}
.TagClassName
{
border-color: #401C24;
}
</style>