Shades of Temptress #42272C
Tints of Temptress #42272C
RGB
CMYK
RGB Variations
Color information
#42272C (or 0x42272C) is known color: Temptress. HEX triplet: 42, 27 and 2C. RGB value is (66,39,44). Sum of RGB (Red+Green+Blue) = 66+39+44=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #42272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42272C is #BDD8D3. Grayscale: #2F2F2F. Windows color (decimal): -12441812 or 2893634. OLE color: 2893634.
HSL color Cylindrical-coordinate representation of color #42272C: hue angle of 348.89º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42272C is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 39 | 44 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.74 |
| HSL | 348.89º | 0.26% | 0.21% | - |
| HSV(B) | 348.89º | 0.41% | 0.26% | - |
| XYZ | 3.43 | 2.79 | 2.74 | - |
| YUV | 47.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 39 | 44 | 0 | 0.41 | 0.33 | 0.74 | 348.89 | 0.26 | 0.21 |
| Hex | 42 | 27 | 2C | 0 | 29 | 21 | 4A | 15D | 1A | 15 |
| Octal | 102 | 47 | 54 | 0 | 51 | 41 | 112 | 535 | 32 | 25 |
| Binary | 1000010 | 100111 | 101100 | 0 | 101001 | 100001 | 1001010 | 101011101 | 11010 | 10101 |
Color Harmonies of #42272C
Complementary color
Monochromatic Colors of #42272C
Black with #42272C
Text Example
Text Example
White with #42272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42272C; }
p { color: rgb(66,39,44); }
H1.HeaderClassName
{
color: #42272C;
}
.AnyTagClassName
{
color: #42272C;
}
</style>
background-color css
<style>
a { background-color: #42272C; }
a { background-color: rgb(66,39,44); }
div.DivClassName
{
background-color: #42272C;
}
.BgClassName
{
background-color: #42272C;
}
</style>
border-color css
<style>
span { border-color: #42272C; }
span { border-color: rgb(66,39,44); }
td.TdClassName
{
border-color: #42272C;
}
.TagClassName
{
border-color: #42272C;
}
</style>