Shades of Temptress #42252A
Tints of Temptress #42252A
RGB
CMYK
RGB Variations
Color information
#42252A (or 0x42252A) is known color: Temptress. HEX triplet: 42, 25 and 2A. RGB value is (66,37,42). Sum of RGB (Red+Green+Blue) = 66+37+42=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #42252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42252A is #BDDAD5. Grayscale: #2E2E2E. Windows color (decimal): -12442326 or 2762050. OLE color: 2762050.
HSL color Cylindrical-coordinate representation of color #42252A: hue angle of 349.66º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42252A is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 37 | 42 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.74 |
| HSL | 349.66º | 0.28% | 0.2% | - |
| HSV(B) | 349.66º | 0.44% | 0.26% | - |
| XYZ | 3.33 | 2.65 | 2.53 | - |
| YUV | 46.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 37 | 42 | 0 | 0.44 | 0.36 | 0.74 | 349.66 | 0.28 | 0.2 |
| Hex | 42 | 25 | 2A | 0 | 2C | 24 | 4A | 15E | 1C | 14 |
| Octal | 102 | 45 | 52 | 0 | 54 | 44 | 112 | 536 | 34 | 24 |
| Binary | 1000010 | 100101 | 101010 | 0 | 101100 | 100100 | 1001010 | 101011110 | 11100 | 10100 |
Color Harmonies of #42252A
Complementary color
Monochromatic Colors of #42252A
Black with #42252A
Text Example
Text Example
White with #42252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42252A; }
p { color: rgb(66,37,42); }
H1.HeaderClassName
{
color: #42252A;
}
.AnyTagClassName
{
color: #42252A;
}
</style>
background-color css
<style>
a { background-color: #42252A; }
a { background-color: rgb(66,37,42); }
div.DivClassName
{
background-color: #42252A;
}
.BgClassName
{
background-color: #42252A;
}
</style>
border-color css
<style>
span { border-color: #42252A; }
span { border-color: rgb(66,37,42); }
td.TdClassName
{
border-color: #42252A;
}
.TagClassName
{
border-color: #42252A;
}
</style>