Shades of Temptress #422025
Tints of Temptress #422025
RGB
CMYK
RGB Variations
Color information
#422025 (or 0x422025) is known color: Temptress. HEX triplet: 42, 20 and 25. RGB value is (66,32,37). Sum of RGB (Red+Green+Blue) = 66+32+37=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #422025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422025 is #BDDFDA. Grayscale: #2A2A2A. Windows color (decimal): -12443611 or 2433090. OLE color: 2433090.
HSL color Cylindrical-coordinate representation of color #422025: hue angle of 351.18º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #422025 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 32 | 37 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.74 |
| HSL | 351.18º | 0.35% | 0.19% | - |
| HSV(B) | 351.18º | 0.52% | 0.26% | - |
| XYZ | 3.1 | 2.32 | 2.04 | - |
| YUV | 42.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 32 | 37 | 0 | 0.52 | 0.44 | 0.74 | 351.18 | 0.35 | 0.19 |
| Hex | 42 | 20 | 25 | 0 | 34 | 2C | 4A | 15F | 23 | 13 |
| Octal | 102 | 40 | 45 | 0 | 64 | 54 | 112 | 537 | 43 | 23 |
| Binary | 1000010 | 100000 | 100101 | 0 | 110100 | 101100 | 1001010 | 101011111 | 100011 | 10011 |
Color Harmonies of #422025
Complementary color
Monochromatic Colors of #422025
Black with #422025
Text Example
Text Example
White with #422025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422025; }
p { color: rgb(66,32,37); }
H1.HeaderClassName
{
color: #422025;
}
.AnyTagClassName
{
color: #422025;
}
</style>
background-color css
<style>
a { background-color: #422025; }
a { background-color: rgb(66,32,37); }
div.DivClassName
{
background-color: #422025;
}
.BgClassName
{
background-color: #422025;
}
</style>
border-color css
<style>
span { border-color: #422025; }
span { border-color: rgb(66,32,37); }
td.TdClassName
{
border-color: #422025;
}
.TagClassName
{
border-color: #422025;
}
</style>