Shades of Temptress #42222A
Tints of Temptress #42222A
RGB
CMYK
RGB Variations
Color information
#42222A (or 0x42222A) is known color: Temptress. HEX triplet: 42, 22 and 2A. RGB value is (66,34,42). Sum of RGB (Red+Green+Blue) = 66+34+42=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #42222A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42222A is #BDDDD5. Grayscale: #2C2C2C. Windows color (decimal): -12443094 or 2761282. OLE color: 2761282.
HSL color Cylindrical-coordinate representation of color #42222A: hue angle of 345º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42222A is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 34 | 42 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.74 |
| HSL | 345º | 0.32% | 0.2% | - |
| HSV(B) | 345º | 0.48% | 0.26% | - |
| XYZ | 3.24 | 2.47 | 2.5 | - |
| YUV | 44.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 34 | 42 | 0 | 0.48 | 0.36 | 0.74 | 345 | 0.32 | 0.2 |
| Hex | 42 | 22 | 2A | 0 | 30 | 24 | 4A | 159 | 20 | 14 |
| Octal | 102 | 42 | 52 | 0 | 60 | 44 | 112 | 531 | 40 | 24 |
| Binary | 1000010 | 100010 | 101010 | 0 | 110000 | 100100 | 1001010 | 101011001 | 100000 | 10100 |
Color Harmonies of #42222A
Complementary color
Monochromatic Colors of #42222A
Black with #42222A
Text Example
Text Example
White with #42222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42222A; }
p { color: rgb(66,34,42); }
H1.HeaderClassName
{
color: #42222A;
}
.AnyTagClassName
{
color: #42222A;
}
</style>
background-color css
<style>
a { background-color: #42222A; }
a { background-color: rgb(66,34,42); }
div.DivClassName
{
background-color: #42222A;
}
.BgClassName
{
background-color: #42222A;
}
</style>
border-color css
<style>
span { border-color: #42222A; }
span { border-color: rgb(66,34,42); }
td.TdClassName
{
border-color: #42222A;
}
.TagClassName
{
border-color: #42222A;
}
</style>