Shades of Valentino #412B41
Tints of Valentino #412B41
RGB
CMYK
RGB Variations
Color information
#412B41 (or 0x412B41) is known color: Valentino. HEX triplet: 41, 2B and 41. RGB value is (65,43,65). Sum of RGB (Red+Green+Blue) = 65+43+65=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #412B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B41 is #BED4BE. Grayscale: #343434. Windows color (decimal): -12506303 or 4270913. OLE color: 4270913.
HSL color Cylindrical-coordinate representation of color #412B41: hue angle of 300º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #412B41 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 43 | 65 | - |
| CMYK | 0 | 0.34 | 0 | 0.75 |
| HSL | 300º | 0.2% | 0.21% | - |
| HSV(B) | 300º | 0.34% | 0.25% | - |
| XYZ | 4 | 3.23 | 5.41 | - |
| YUV | 52.09 | 135.29 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 65 | 0 | 0.34 | 0 | 0.75 | 300 | 0.2 | 0.21 |
| Hex | 41 | 2B | 41 | 0 | 22 | 0 | 4B | 12C | 14 | 15 |
| Octal | 101 | 53 | 101 | 0 | 42 | 0 | 113 | 454 | 24 | 25 |
| Binary | 1000001 | 101011 | 1000001 | 0 | 100010 | 0 | 1001011 | 100101100 | 10100 | 10101 |
Color Harmonies of #412B41
Complementary color
Monochromatic Colors of #412B41
Black with #412B41
Text Example
Text Example
White with #412B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412B41; }
p { color: rgb(65,43,65); }
H1.HeaderClassName
{
color: #412B41;
}
.AnyTagClassName
{
color: #412B41;
}
</style>
background-color css
<style>
a { background-color: #412B41; }
a { background-color: rgb(65,43,65); }
div.DivClassName
{
background-color: #412B41;
}
.BgClassName
{
background-color: #412B41;
}
</style>
border-color css
<style>
span { border-color: #412B41; }
span { border-color: rgb(65,43,65); }
td.TdClassName
{
border-color: #412B41;
}
.TagClassName
{
border-color: #412B41;
}
</style>