Shades of Temptress #421C25
Tints of Temptress #421C25
RGB
CMYK
RGB Variations
Color information
#421C25 (or 0x421C25) is known color: Temptress. HEX triplet: 42, 1C and 25. RGB value is (66,28,37). Sum of RGB (Red+Green+Blue) = 66+28+37=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #421C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421C25 is #BDE3DA. Grayscale: #282828. Windows color (decimal): -12444635 or 2432066. OLE color: 2432066.
HSL color Cylindrical-coordinate representation of color #421C25: hue angle of 345.79º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #421C25 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 28 | 37 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.74 |
| HSL | 345.79º | 0.4% | 0.18% | - |
| HSV(B) | 345.79º | 0.58% | 0.26% | - |
| XYZ | 3 | 2.12 | 2 | - |
| YUV | 40.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 37 | 0 | 0.58 | 0.44 | 0.74 | 345.79 | 0.4 | 0.18 |
| Hex | 42 | 1C | 25 | 0 | 3A | 2C | 4A | 15A | 28 | 12 |
| Octal | 102 | 34 | 45 | 0 | 72 | 54 | 112 | 532 | 50 | 22 |
| Binary | 1000010 | 11100 | 100101 | 0 | 111010 | 101100 | 1001010 | 101011010 | 101000 | 10010 |
Color Harmonies of #421C25
Complementary color
Monochromatic Colors of #421C25
Black with #421C25
Text Example
Text Example
White with #421C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421C25; }
p { color: rgb(66,28,37); }
H1.HeaderClassName
{
color: #421C25;
}
.AnyTagClassName
{
color: #421C25;
}
</style>
background-color css
<style>
a { background-color: #421C25; }
a { background-color: rgb(66,28,37); }
div.DivClassName
{
background-color: #421C25;
}
.BgClassName
{
background-color: #421C25;
}
</style>
border-color css
<style>
span { border-color: #421C25; }
span { border-color: rgb(66,28,37); }
td.TdClassName
{
border-color: #421C25;
}
.TagClassName
{
border-color: #421C25;
}
</style>