Shades of Temptress #421F27
Tints of Temptress #421F27
RGB
CMYK
RGB Variations
Color information
#421F27 (or 0x421F27) is known color: Temptress. HEX triplet: 42, 1F and 27. RGB value is (66,31,39). Sum of RGB (Red+Green+Blue) = 66+31+39=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #421F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F27 is #BDE0D8. Grayscale: #2A2A2A. Windows color (decimal): -12443865 or 2563906. OLE color: 2563906.
HSL color Cylindrical-coordinate representation of color #421F27: hue angle of 346.29º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #421F27 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 31 | 39 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.74 |
| HSL | 346.29º | 0.36% | 0.19% | - |
| HSV(B) | 346.29º | 0.53% | 0.26% | - |
| XYZ | 3.1 | 2.28 | 2.2 | - |
| YUV | 42.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 39 | 0 | 0.53 | 0.41 | 0.74 | 346.29 | 0.36 | 0.19 |
| Hex | 42 | 1F | 27 | 0 | 35 | 29 | 4A | 15A | 24 | 13 |
| Octal | 102 | 37 | 47 | 0 | 65 | 51 | 112 | 532 | 44 | 23 |
| Binary | 1000010 | 11111 | 100111 | 0 | 110101 | 101001 | 1001010 | 101011010 | 100100 | 10011 |
Color Harmonies of #421F27
Complementary color
Monochromatic Colors of #421F27
Black with #421F27
Text Example
Text Example
White with #421F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F27; }
p { color: rgb(66,31,39); }
H1.HeaderClassName
{
color: #421F27;
}
.AnyTagClassName
{
color: #421F27;
}
</style>
background-color css
<style>
a { background-color: #421F27; }
a { background-color: rgb(66,31,39); }
div.DivClassName
{
background-color: #421F27;
}
.BgClassName
{
background-color: #421F27;
}
</style>
border-color css
<style>
span { border-color: #421F27; }
span { border-color: rgb(66,31,39); }
td.TdClassName
{
border-color: #421F27;
}
.TagClassName
{
border-color: #421F27;
}
</style>