Shades of Temptress #401A25
Tints of Temptress #401A25
RGB
CMYK
RGB Variations
Color information
#401A25 (or 0x401A25) is known color: Temptress. HEX triplet: 40, 1A and 25. RGB value is (64,26,37). Sum of RGB (Red+Green+Blue) = 64+26+37=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #401A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A25 is #BFE5DA. Grayscale: #262626. Windows color (decimal): -12576219 or 2431552. OLE color: 2431552.
HSL color Cylindrical-coordinate representation of color #401A25: hue angle of 342.63º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #401A25 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 26 | 37 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.75 |
| HSL | 342.63º | 0.42% | 0.18% | - |
| HSV(B) | 342.63º | 0.59% | 0.25% | - |
| XYZ | 2.82 | 1.96 | 1.98 | - |
| YUV | 38.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 37 | 0 | 0.59 | 0.42 | 0.75 | 342.63 | 0.42 | 0.18 |
| Hex | 40 | 1A | 25 | 0 | 3B | 2A | 4B | 157 | 2A | 12 |
| Octal | 100 | 32 | 45 | 0 | 73 | 52 | 113 | 527 | 52 | 22 |
| Binary | 1000000 | 11010 | 100101 | 0 | 111011 | 101010 | 1001011 | 101010111 | 101010 | 10010 |
Color Harmonies of #401A25
Complementary color
Monochromatic Colors of #401A25
Black with #401A25
Text Example
Text Example
White with #401A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401A25; }
p { color: rgb(64,26,37); }
H1.HeaderClassName
{
color: #401A25;
}
.AnyTagClassName
{
color: #401A25;
}
</style>
background-color css
<style>
a { background-color: #401A25; }
a { background-color: rgb(64,26,37); }
div.DivClassName
{
background-color: #401A25;
}
.BgClassName
{
background-color: #401A25;
}
</style>
border-color css
<style>
span { border-color: #401A25; }
span { border-color: rgb(64,26,37); }
td.TdClassName
{
border-color: #401A25;
}
.TagClassName
{
border-color: #401A25;
}
</style>