Shades of Valentino #422241
Tints of Valentino #422241
RGB
CMYK
RGB Variations
Color information
#422241 (or 0x422241) is known color: Valentino. HEX triplet: 42, 22 and 41. RGB value is (66,34,65). Sum of RGB (Red+Green+Blue) = 66+34+65=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 66 - color contains mainly: red. Hex color #422241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422241 is #BDDDBE. Grayscale: #2F2F2F. Windows color (decimal): -12443071 or 4268610. OLE color: 4268610.
HSL color Cylindrical-coordinate representation of color #422241: hue angle of 301.88º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #422241 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 34 | 65 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.74 |
| HSL | 301.88º | 0.32% | 0.2% | - |
| HSV(B) | 301.88º | 0.48% | 0.26% | - |
| XYZ | 3.77 | 2.68 | 5.32 | - |
| YUV | 47.1 | 138.1 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 34 | 65 | 0 | 0.48 | 0.02 | 0.74 | 301.88 | 0.32 | 0.2 |
| Hex | 42 | 22 | 41 | 0 | 30 | 2 | 4A | 12E | 20 | 14 |
| Octal | 102 | 42 | 101 | 0 | 60 | 2 | 112 | 456 | 40 | 24 |
| Binary | 1000010 | 100010 | 1000001 | 0 | 110000 | 10 | 1001010 | 100101110 | 100000 | 10100 |
Color Harmonies of #422241
Complementary color
Monochromatic Colors of #422241
Black with #422241
Text Example
Text Example
White with #422241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422241; }
p { color: rgb(66,34,65); }
H1.HeaderClassName
{
color: #422241;
}
.AnyTagClassName
{
color: #422241;
}
</style>
background-color css
<style>
a { background-color: #422241; }
a { background-color: rgb(66,34,65); }
div.DivClassName
{
background-color: #422241;
}
.BgClassName
{
background-color: #422241;
}
</style>
border-color css
<style>
span { border-color: #422241; }
span { border-color: rgb(66,34,65); }
td.TdClassName
{
border-color: #422241;
}
.TagClassName
{
border-color: #422241;
}
</style>