Shades of Valentino #412940
Tints of Valentino #412940
RGB
CMYK
RGB Variations
Color information
#412940 (or 0x412940) is known color: Valentino. HEX triplet: 41, 29 and 40. RGB value is (65,41,64). Sum of RGB (Red+Green+Blue) = 65+41+64=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 65 - color contains mainly: red. Hex color #412940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412940 is #BED6BF. Grayscale: #323232. Windows color (decimal): -12506816 or 4204865. OLE color: 4204865.
HSL color Cylindrical-coordinate representation of color #412940: hue angle of 302.5º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #412940 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 41 | 64 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.75 |
| HSL | 302.5º | 0.23% | 0.21% | - |
| HSV(B) | 302.5º | 0.37% | 0.25% | - |
| XYZ | 3.9 | 3.08 | 5.24 | - |
| YUV | 50.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 64 | 0 | 0.37 | 0.02 | 0.75 | 302.5 | 0.23 | 0.21 |
| Hex | 41 | 29 | 40 | 0 | 25 | 2 | 4B | 12E | 17 | 15 |
| Octal | 101 | 51 | 100 | 0 | 45 | 2 | 113 | 456 | 27 | 25 |
| Binary | 1000001 | 101001 | 1000000 | 0 | 100101 | 10 | 1001011 | 100101110 | 10111 | 10101 |
Color Harmonies of #412940
Complementary color
Monochromatic Colors of #412940
Black with #412940
Text Example
Text Example
White with #412940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412940; }
p { color: rgb(65,41,64); }
H1.HeaderClassName
{
color: #412940;
}
.AnyTagClassName
{
color: #412940;
}
</style>
background-color css
<style>
a { background-color: #412940; }
a { background-color: rgb(65,41,64); }
div.DivClassName
{
background-color: #412940;
}
.BgClassName
{
background-color: #412940;
}
</style>
border-color css
<style>
span { border-color: #412940; }
span { border-color: rgb(65,41,64); }
td.TdClassName
{
border-color: #412940;
}
.TagClassName
{
border-color: #412940;
}
</style>