Shades of Temptress #401420
Tints of Temptress #401420
RGB
CMYK
RGB Variations
Color information
#401420 (or 0x401420) is known color: Temptress. HEX triplet: 40, 14 and 20. RGB value is (64,20,32). Sum of RGB (Red+Green+Blue) = 64+20+32=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #401420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401420 is #BFEBDF. Grayscale: #222222. Windows color (decimal): -12577760 or 2102336. OLE color: 2102336.
HSL color Cylindrical-coordinate representation of color #401420: hue angle of 343.64º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #401420 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 20 | 32 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.75 |
| HSL | 343.64º | 0.52% | 0.16% | - |
| HSV(B) | 343.64º | 0.69% | 0.25% | - |
| XYZ | 2.63 | 1.69 | 1.56 | - |
| YUV | 34.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 20 | 32 | 0 | 0.69 | 0.50 | 0.75 | 343.64 | 0.52 | 0.16 |
| Hex | 40 | 14 | 20 | 0 | 45 | 32 | 4B | 158 | 34 | 10 |
| Octal | 100 | 24 | 40 | 0 | 105 | 62 | 113 | 530 | 64 | 20 |
| Binary | 1000000 | 10100 | 100000 | 0 | 1000101 | 110010 | 1001011 | 101011000 | 110100 | 10000 |
Color Harmonies of #401420
Complementary color
Monochromatic Colors of #401420
Black with #401420
Text Example
Text Example
White with #401420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401420; }
p { color: rgb(64,20,32); }
H1.HeaderClassName
{
color: #401420;
}
.AnyTagClassName
{
color: #401420;
}
</style>
background-color css
<style>
a { background-color: #401420; }
a { background-color: rgb(64,20,32); }
div.DivClassName
{
background-color: #401420;
}
.BgClassName
{
background-color: #401420;
}
</style>
border-color css
<style>
span { border-color: #401420; }
span { border-color: rgb(64,20,32); }
td.TdClassName
{
border-color: #401420;
}
.TagClassName
{
border-color: #401420;
}
</style>