Shades of Temptress #42242B
Tints of Temptress #42242B
RGB
CMYK
RGB Variations
Color information
#42242B (or 0x42242B) is known color: Temptress. HEX triplet: 42, 24 and 2B. RGB value is (66,36,43). Sum of RGB (Red+Green+Blue) = 66+36+43=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #42242B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42242B is #BDDBD4. Grayscale: #2D2D2D. Windows color (decimal): -12442581 or 2827330. OLE color: 2827330.
HSL color Cylindrical-coordinate representation of color #42242B: hue angle of 346º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42242B is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 36 | 43 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.74 |
| HSL | 346º | 0.29% | 0.2% | - |
| HSV(B) | 346º | 0.45% | 0.26% | - |
| XYZ | 3.31 | 2.59 | 2.61 | - |
| YUV | 45.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 36 | 43 | 0 | 0.45 | 0.35 | 0.74 | 346 | 0.29 | 0.2 |
| Hex | 42 | 24 | 2B | 0 | 2D | 23 | 4A | 15A | 1D | 14 |
| Octal | 102 | 44 | 53 | 0 | 55 | 43 | 112 | 532 | 35 | 24 |
| Binary | 1000010 | 100100 | 101011 | 0 | 101101 | 100011 | 1001010 | 101011010 | 11101 | 10100 |
Color Harmonies of #42242B
Complementary color
Monochromatic Colors of #42242B
Black with #42242B
Text Example
Text Example
White with #42242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42242B; }
p { color: rgb(66,36,43); }
H1.HeaderClassName
{
color: #42242B;
}
.AnyTagClassName
{
color: #42242B;
}
</style>
background-color css
<style>
a { background-color: #42242B; }
a { background-color: rgb(66,36,43); }
div.DivClassName
{
background-color: #42242B;
}
.BgClassName
{
background-color: #42242B;
}
</style>
border-color css
<style>
span { border-color: #42242B; }
span { border-color: rgb(66,36,43); }
td.TdClassName
{
border-color: #42242B;
}
.TagClassName
{
border-color: #42242B;
}
</style>