Shades of Valentino #412843
Tints of Valentino #412843
RGB
CMYK
RGB Variations
Color information
#412843 (or 0x412843) is known color: Valentino. HEX triplet: 41, 28 and 43. RGB value is (65,40,67). Sum of RGB (Red+Green+Blue) = 65+40+67=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 67 - color contains mainly: blue. Hex color #412843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412843 is #BED7BC. Grayscale: #323232. Windows color (decimal): -12507069 or 4401217. OLE color: 4401217.
HSL color Cylindrical-coordinate representation of color #412843: hue angle of 295.56º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #412843 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 40 | 67 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.74 |
| HSL | 295.56º | 0.25% | 0.21% | - |
| HSV(B) | 295.56º | 0.4% | 0.26% | - |
| XYZ | 3.95 | 3.05 | 5.69 | - |
| YUV | 50.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 67 | 0.03 | 0.40 | 0 | 0.74 | 295.56 | 0.25 | 0.21 |
| Hex | 41 | 28 | 43 | 3 | 28 | 0 | 4A | 128 | 19 | 15 |
| Octal | 101 | 50 | 103 | 3 | 50 | 0 | 112 | 450 | 31 | 25 |
| Binary | 1000001 | 101000 | 1000011 | 11 | 101000 | 0 | 1001010 | 100101000 | 11001 | 10101 |
Color Harmonies of #412843
Complementary color
Monochromatic Colors of #412843
Black with #412843
Text Example
Text Example
White with #412843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412843; }
p { color: rgb(65,40,67); }
H1.HeaderClassName
{
color: #412843;
}
.AnyTagClassName
{
color: #412843;
}
</style>
background-color css
<style>
a { background-color: #412843; }
a { background-color: rgb(65,40,67); }
div.DivClassName
{
background-color: #412843;
}
.BgClassName
{
background-color: #412843;
}
</style>
border-color css
<style>
span { border-color: #412843; }
span { border-color: rgb(65,40,67); }
td.TdClassName
{
border-color: #412843;
}
.TagClassName
{
border-color: #412843;
}
</style>