Shades of Temptress #421E26
Tints of Temptress #421E26
RGB
CMYK
RGB Variations
Color information
#421E26 (or 0x421E26) is known color: Temptress. HEX triplet: 42, 1E and 26. RGB value is (66,30,38). Sum of RGB (Red+Green+Blue) = 66+30+38=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #421E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E26 is #BDE1D9. Grayscale: #292929. Windows color (decimal): -12444122 or 2498114. OLE color: 2498114.
HSL color Cylindrical-coordinate representation of color #421E26: hue angle of 346.67º 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 #421E26 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 30 | 38 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.74 |
| HSL | 346.67º | 0.38% | 0.19% | - |
| HSV(B) | 346.67º | 0.55% | 0.26% | - |
| XYZ | 3.06 | 2.23 | 2.1 | - |
| YUV | 41.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 38 | 0 | 0.55 | 0.42 | 0.74 | 346.67 | 0.38 | 0.19 |
| Hex | 42 | 1E | 26 | 0 | 37 | 2A | 4A | 15B | 26 | 13 |
| Octal | 102 | 36 | 46 | 0 | 67 | 52 | 112 | 533 | 46 | 23 |
| Binary | 1000010 | 11110 | 100110 | 0 | 110111 | 101010 | 1001010 | 101011011 | 100110 | 10011 |
Color Harmonies of #421E26
Complementary color
Monochromatic Colors of #421E26
Black with #421E26
Text Example
Text Example
White with #421E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421E26; }
p { color: rgb(66,30,38); }
H1.HeaderClassName
{
color: #421E26;
}
.AnyTagClassName
{
color: #421E26;
}
</style>
background-color css
<style>
a { background-color: #421E26; }
a { background-color: rgb(66,30,38); }
div.DivClassName
{
background-color: #421E26;
}
.BgClassName
{
background-color: #421E26;
}
</style>
border-color css
<style>
span { border-color: #421E26; }
span { border-color: rgb(66,30,38); }
td.TdClassName
{
border-color: #421E26;
}
.TagClassName
{
border-color: #421E26;
}
</style>