Shades of Temptress #401923
Tints of Temptress #401923
RGB
CMYK
RGB Variations
Color information
#401923 (or 0x401923) is known color: Temptress. HEX triplet: 40, 19 and 23. RGB value is (64,25,35). Sum of RGB (Red+Green+Blue) = 64+25+35=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #401923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401923 is #BFE6DC. Grayscale: #252525. Windows color (decimal): -12576477 or 2300224. OLE color: 2300224.
HSL color Cylindrical-coordinate representation of color #401923: hue angle of 344.62º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #401923 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 25 | 35 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.75 |
| HSL | 344.62º | 0.44% | 0.17% | - |
| HSV(B) | 344.62º | 0.61% | 0.25% | - |
| XYZ | 2.77 | 1.91 | 1.81 | - |
| YUV | 37.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 35 | 0 | 0.61 | 0.45 | 0.75 | 344.62 | 0.44 | 0.17 |
| Hex | 40 | 19 | 23 | 0 | 3D | 2D | 4B | 159 | 2C | 11 |
| Octal | 100 | 31 | 43 | 0 | 75 | 55 | 113 | 531 | 54 | 21 |
| Binary | 1000000 | 11001 | 100011 | 0 | 111101 | 101101 | 1001011 | 101011001 | 101100 | 10001 |
Color Harmonies of #401923
Complementary color
Monochromatic Colors of #401923
Black with #401923
Text Example
Text Example
White with #401923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401923; }
p { color: rgb(64,25,35); }
H1.HeaderClassName
{
color: #401923;
}
.AnyTagClassName
{
color: #401923;
}
</style>
background-color css
<style>
a { background-color: #401923; }
a { background-color: rgb(64,25,35); }
div.DivClassName
{
background-color: #401923;
}
.BgClassName
{
background-color: #401923;
}
</style>
border-color css
<style>
span { border-color: #401923; }
span { border-color: rgb(64,25,35); }
td.TdClassName
{
border-color: #401923;
}
.TagClassName
{
border-color: #401923;
}
</style>