Shades of Temptress #421D26
Tints of Temptress #421D26
RGB
CMYK
RGB Variations
Color information
#421D26 (or 0x421D26) is known color: Temptress. HEX triplet: 42, 1D and 26. RGB value is (66,29,38). Sum of RGB (Red+Green+Blue) = 66+29+38=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #421D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D26 is #BDE2D9. Grayscale: #292929. Windows color (decimal): -12444378 or 2497858. OLE color: 2497858.
HSL color Cylindrical-coordinate representation of color #421D26: hue angle of 345.41º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #421D26 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 29 | 38 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.74 |
| HSL | 345.41º | 0.39% | 0.19% | - |
| HSV(B) | 345.41º | 0.56% | 0.26% | - |
| XYZ | 3.04 | 2.18 | 2.09 | - |
| YUV | 41.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 38 | 0 | 0.56 | 0.42 | 0.74 | 345.41 | 0.39 | 0.19 |
| Hex | 42 | 1D | 26 | 0 | 38 | 2A | 4A | 159 | 27 | 13 |
| Octal | 102 | 35 | 46 | 0 | 70 | 52 | 112 | 531 | 47 | 23 |
| Binary | 1000010 | 11101 | 100110 | 0 | 111000 | 101010 | 1001010 | 101011001 | 100111 | 10011 |
Color Harmonies of #421D26
Complementary color
Monochromatic Colors of #421D26
Black with #421D26
Text Example
Text Example
White with #421D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421D26; }
p { color: rgb(66,29,38); }
H1.HeaderClassName
{
color: #421D26;
}
.AnyTagClassName
{
color: #421D26;
}
</style>
background-color css
<style>
a { background-color: #421D26; }
a { background-color: rgb(66,29,38); }
div.DivClassName
{
background-color: #421D26;
}
.BgClassName
{
background-color: #421D26;
}
</style>
border-color css
<style>
span { border-color: #421D26; }
span { border-color: rgb(66,29,38); }
td.TdClassName
{
border-color: #421D26;
}
.TagClassName
{
border-color: #421D26;
}
</style>