Shades of Valentino #422644
Tints of Valentino #422644
RGB
CMYK
RGB Variations
Color information
#422644 (or 0x422644) is known color: Valentino. HEX triplet: 42, 26 and 44. RGB value is (66,38,68). Sum of RGB (Red+Green+Blue) = 66+38+68=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 68 - color contains mainly: blue. Hex color #422644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422644 is #BDD9BB. Grayscale: #313131. Windows color (decimal): -12442044 or 4466242. OLE color: 4466242.
HSL color Cylindrical-coordinate representation of color #422644: hue angle of 296º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #422644 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 38 | 68 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.73 |
| HSL | 296º | 0.28% | 0.21% | - |
| HSV(B) | 296º | 0.44% | 0.27% | - |
| XYZ | 3.98 | 2.96 | 5.83 | - |
| YUV | 49.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 38 | 68 | 0.03 | 0.44 | 0 | 0.73 | 296 | 0.28 | 0.21 |
| Hex | 42 | 26 | 44 | 3 | 2C | 0 | 49 | 128 | 1C | 15 |
| Octal | 102 | 46 | 104 | 3 | 54 | 0 | 111 | 450 | 34 | 25 |
| Binary | 1000010 | 100110 | 1000100 | 11 | 101100 | 0 | 1001001 | 100101000 | 11100 | 10101 |
Color Harmonies of #422644
Complementary color
Monochromatic Colors of #422644
Black with #422644
Text Example
Text Example
White with #422644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422644; }
p { color: rgb(66,38,68); }
H1.HeaderClassName
{
color: #422644;
}
.AnyTagClassName
{
color: #422644;
}
</style>
background-color css
<style>
a { background-color: #422644; }
a { background-color: rgb(66,38,68); }
div.DivClassName
{
background-color: #422644;
}
.BgClassName
{
background-color: #422644;
}
</style>
border-color css
<style>
span { border-color: #422644; }
span { border-color: rgb(66,38,68); }
td.TdClassName
{
border-color: #422644;
}
.TagClassName
{
border-color: #422644;
}
</style>