Shades of Valentino #422A41
Tints of Valentino #422A41
RGB
CMYK
RGB Variations
Color information
#422A41 (or 0x422A41) is known color: Valentino. HEX triplet: 42, 2A and 41. RGB value is (66,42,65). Sum of RGB (Red+Green+Blue) = 66+42+65=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 66 - color contains mainly: red. Hex color #422A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422A41 is #BDD5BE. Grayscale: #333333. Windows color (decimal): -12441023 or 4270658. OLE color: 4270658.
HSL color Cylindrical-coordinate representation of color #422A41: hue angle of 302.5º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #422A41 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 42 | 65 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.74 |
| HSL | 302.5º | 0.22% | 0.21% | - |
| HSV(B) | 302.5º | 0.36% | 0.26% | - |
| XYZ | 4.03 | 3.2 | 5.41 | - |
| YUV | 51.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 65 | 0 | 0.36 | 0.02 | 0.74 | 302.5 | 0.22 | 0.21 |
| Hex | 42 | 2A | 41 | 0 | 24 | 2 | 4A | 12E | 16 | 15 |
| Octal | 102 | 52 | 101 | 0 | 44 | 2 | 112 | 456 | 26 | 25 |
| Binary | 1000010 | 101010 | 1000001 | 0 | 100100 | 10 | 1001010 | 100101110 | 10110 | 10101 |
Color Harmonies of #422A41
Complementary color
Monochromatic Colors of #422A41
Black with #422A41
Text Example
Text Example
White with #422A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422A41; }
p { color: rgb(66,42,65); }
H1.HeaderClassName
{
color: #422A41;
}
.AnyTagClassName
{
color: #422A41;
}
</style>
background-color css
<style>
a { background-color: #422A41; }
a { background-color: rgb(66,42,65); }
div.DivClassName
{
background-color: #422A41;
}
.BgClassName
{
background-color: #422A41;
}
</style>
border-color css
<style>
span { border-color: #422A41; }
span { border-color: rgb(66,42,65); }
td.TdClassName
{
border-color: #422A41;
}
.TagClassName
{
border-color: #422A41;
}
</style>