Shades of Temptress #40131F
Tints of Temptress #40131F
RGB
CMYK
RGB Variations
Color information
#40131F (or 0x40131F) is known color: Temptress. HEX triplet: 40, 13 and 1F. RGB value is (64,19,31). Sum of RGB (Red+Green+Blue) = 64+19+31=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #40131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40131F is #BFECE0. Grayscale: #212121. Windows color (decimal): -12578017 or 2036544. OLE color: 2036544.
HSL color Cylindrical-coordinate representation of color #40131F: hue angle of 344º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40131F is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 19 | 31 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.75 |
| HSL | 344º | 0.54% | 0.16% | - |
| HSV(B) | 344º | 0.7% | 0.25% | - |
| XYZ | 2.59 | 1.65 | 1.48 | - |
| YUV | 33.82 | 126.41 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 31 | 0 | 0.70 | 0.52 | 0.75 | 344 | 0.54 | 0.16 |
| Hex | 40 | 13 | 1F | 0 | 46 | 34 | 4B | 158 | 36 | 10 |
| Octal | 100 | 23 | 37 | 0 | 106 | 64 | 113 | 530 | 66 | 20 |
| Binary | 1000000 | 10011 | 11111 | 0 | 1000110 | 110100 | 1001011 | 101011000 | 110110 | 10000 |
Color Harmonies of #40131F
Complementary color
Monochromatic Colors of #40131F
Black with #40131F
Text Example
Text Example
White with #40131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40131F; }
p { color: rgb(64,19,31); }
H1.HeaderClassName
{
color: #40131F;
}
.AnyTagClassName
{
color: #40131F;
}
</style>
background-color css
<style>
a { background-color: #40131F; }
a { background-color: rgb(64,19,31); }
div.DivClassName
{
background-color: #40131F;
}
.BgClassName
{
background-color: #40131F;
}
</style>
border-color css
<style>
span { border-color: #40131F; }
span { border-color: rgb(64,19,31); }
td.TdClassName
{
border-color: #40131F;
}
.TagClassName
{
border-color: #40131F;
}
</style>