Shades of Temptress #421B24
Tints of Temptress #421B24
RGB
CMYK
RGB Variations
Color information
#421B24 (or 0x421B24) is known color: Temptress. HEX triplet: 42, 1B and 24. RGB value is (66,27,36). Sum of RGB (Red+Green+Blue) = 66+27+36=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #421B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421B24 is #BDE4DB. Grayscale: #272727. Windows color (decimal): -12444892 or 2366274. OLE color: 2366274.
HSL color Cylindrical-coordinate representation of color #421B24: hue angle of 346.15º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #421B24 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 27 | 36 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.74 |
| HSL | 346.15º | 0.42% | 0.18% | - |
| HSV(B) | 346.15º | 0.59% | 0.26% | - |
| XYZ | 2.96 | 2.07 | 1.91 | - |
| YUV | 39.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 27 | 36 | 0 | 0.59 | 0.45 | 0.74 | 346.15 | 0.42 | 0.18 |
| Hex | 42 | 1B | 24 | 0 | 3B | 2D | 4A | 15A | 2A | 12 |
| Octal | 102 | 33 | 44 | 0 | 73 | 55 | 112 | 532 | 52 | 22 |
| Binary | 1000010 | 11011 | 100100 | 0 | 111011 | 101101 | 1001010 | 101011010 | 101010 | 10010 |
Color Harmonies of #421B24
Complementary color
Monochromatic Colors of #421B24
Black with #421B24
Text Example
Text Example
White with #421B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421B24; }
p { color: rgb(66,27,36); }
H1.HeaderClassName
{
color: #421B24;
}
.AnyTagClassName
{
color: #421B24;
}
</style>
background-color css
<style>
a { background-color: #421B24; }
a { background-color: rgb(66,27,36); }
div.DivClassName
{
background-color: #421B24;
}
.BgClassName
{
background-color: #421B24;
}
</style>
border-color css
<style>
span { border-color: #421B24; }
span { border-color: rgb(66,27,36); }
td.TdClassName
{
border-color: #421B24;
}
.TagClassName
{
border-color: #421B24;
}
</style>