Shades of Temptress #40272C
Tints of Temptress #40272C
RGB
CMYK
RGB Variations
Color information
#40272C (or 0x40272C) is known color: Temptress. HEX triplet: 40, 27 and 2C. RGB value is (64,39,44). Sum of RGB (Red+Green+Blue) = 64+39+44=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #40272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40272C is #BFD8D3. Grayscale: #2F2F2F. Windows color (decimal): -12572884 or 2893632. OLE color: 2893632.
HSL color Cylindrical-coordinate representation of color #40272C: hue angle of 348º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #40272C is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 39 | 44 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.75 |
| HSL | 348º | 0.24% | 0.2% | - |
| HSV(B) | 348º | 0.39% | 0.25% | - |
| XYZ | 3.29 | 2.72 | 2.73 | - |
| YUV | 47.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 39 | 44 | 0 | 0.39 | 0.31 | 0.75 | 348 | 0.24 | 0.2 |
| Hex | 40 | 27 | 2C | 0 | 27 | 1F | 4B | 15C | 18 | 14 |
| Octal | 100 | 47 | 54 | 0 | 47 | 37 | 113 | 534 | 30 | 24 |
| Binary | 1000000 | 100111 | 101100 | 0 | 100111 | 11111 | 1001011 | 101011100 | 11000 | 10100 |
Color Harmonies of #40272C
Complementary color
Monochromatic Colors of #40272C
Black with #40272C
Text Example
Text Example
White with #40272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40272C; }
p { color: rgb(64,39,44); }
H1.HeaderClassName
{
color: #40272C;
}
.AnyTagClassName
{
color: #40272C;
}
</style>
background-color css
<style>
a { background-color: #40272C; }
a { background-color: rgb(64,39,44); }
div.DivClassName
{
background-color: #40272C;
}
.BgClassName
{
background-color: #40272C;
}
</style>
border-color css
<style>
span { border-color: #40272C; }
span { border-color: rgb(64,39,44); }
td.TdClassName
{
border-color: #40272C;
}
.TagClassName
{
border-color: #40272C;
}
</style>