Shades of Temptress #421E22
Tints of Temptress #421E22
RGB
CMYK
RGB Variations
Color information
#421E22 (or 0x421E22) is known color: Temptress. HEX triplet: 42, 1E and 22. RGB value is (66,30,34). Sum of RGB (Red+Green+Blue) = 66+30+34=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #421E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E22 is #BDE1DD. Grayscale: #292929. Windows color (decimal): -12444126 or 2235970. OLE color: 2235970.
HSL color Cylindrical-coordinate representation of color #421E22: hue angle of 353.33º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #421E22 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 30 | 34 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.74 |
| HSL | 353.33º | 0.38% | 0.19% | - |
| HSV(B) | 353.33º | 0.55% | 0.26% | - |
| XYZ | 3 | 2.2 | 1.78 | - |
| YUV | 41.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 34 | 0 | 0.55 | 0.48 | 0.74 | 353.33 | 0.38 | 0.19 |
| Hex | 42 | 1E | 22 | 0 | 37 | 30 | 4A | 161 | 26 | 13 |
| Octal | 102 | 36 | 42 | 0 | 67 | 60 | 112 | 541 | 46 | 23 |
| Binary | 1000010 | 11110 | 100010 | 0 | 110111 | 110000 | 1001010 | 101100001 | 100110 | 10011 |
Color Harmonies of #421E22
Complementary color
Monochromatic Colors of #421E22
Black with #421E22
Text Example
Text Example
White with #421E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421E22; }
p { color: rgb(66,30,34); }
H1.HeaderClassName
{
color: #421E22;
}
.AnyTagClassName
{
color: #421E22;
}
</style>
background-color css
<style>
a { background-color: #421E22; }
a { background-color: rgb(66,30,34); }
div.DivClassName
{
background-color: #421E22;
}
.BgClassName
{
background-color: #421E22;
}
</style>
border-color css
<style>
span { border-color: #421E22; }
span { border-color: rgb(66,30,34); }
td.TdClassName
{
border-color: #421E22;
}
.TagClassName
{
border-color: #421E22;
}
</style>