Shades of Valentino #422240
Tints of Valentino #422240
RGB
CMYK
RGB Variations
Color information
#422240 (or 0x422240) is known color: Valentino. HEX triplet: 42, 22 and 40. RGB value is (66,34,64). Sum of RGB (Red+Green+Blue) = 66+34+64=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 66 - color contains mainly: red. Hex color #422240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422240 is #BDDDBF. Grayscale: #2E2E2E. Windows color (decimal): -12443072 or 4203074. OLE color: 4203074.
HSL color Cylindrical-coordinate representation of color #422240: hue angle of 303.75º 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 #422240 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 34 | 64 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.74 |
| HSL | 303.75º | 0.32% | 0.2% | - |
| HSV(B) | 303.75º | 0.48% | 0.26% | - |
| XYZ | 3.74 | 2.67 | 5.17 | - |
| YUV | 46.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 34 | 64 | 0 | 0.48 | 0.03 | 0.74 | 303.75 | 0.32 | 0.2 |
| Hex | 42 | 22 | 40 | 0 | 30 | 3 | 4A | 130 | 20 | 14 |
| Octal | 102 | 42 | 100 | 0 | 60 | 3 | 112 | 460 | 40 | 24 |
| Binary | 1000010 | 100010 | 1000000 | 0 | 110000 | 11 | 1001010 | 100110000 | 100000 | 10100 |
Color Harmonies of #422240
Complementary color
Monochromatic Colors of #422240
Black with #422240
Text Example
Text Example
White with #422240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422240; }
p { color: rgb(66,34,64); }
H1.HeaderClassName
{
color: #422240;
}
.AnyTagClassName
{
color: #422240;
}
</style>
background-color css
<style>
a { background-color: #422240; }
a { background-color: rgb(66,34,64); }
div.DivClassName
{
background-color: #422240;
}
.BgClassName
{
background-color: #422240;
}
</style>
border-color css
<style>
span { border-color: #422240; }
span { border-color: rgb(66,34,64); }
td.TdClassName
{
border-color: #422240;
}
.TagClassName
{
border-color: #422240;
}
</style>