Shades of Valentino #412F42
Tints of Valentino #412F42
RGB
CMYK
RGB Variations
Color information
#412F42 (or 0x412F42) is known color: Valentino. HEX triplet: 41, 2F and 42. RGB value is (65,47,66). Sum of RGB (Red+Green+Blue) = 65+47+66=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 66 - color contains mainly: blue. Hex color #412F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F42 is #BED0BD. Grayscale: #363636. Windows color (decimal): -12505278 or 4337473. OLE color: 4337473.
HSL color Cylindrical-coordinate representation of color #412F42: hue angle of 296.84º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #412F42 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 47 | 66 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.74 |
| HSL | 296.84º | 0.17% | 0.22% | - |
| HSV(B) | 296.84º | 0.29% | 0.26% | - |
| XYZ | 4.18 | 3.55 | 5.62 | - |
| YUV | 54.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 66 | 0.02 | 0.29 | 0 | 0.74 | 296.84 | 0.17 | 0.22 |
| Hex | 41 | 2F | 42 | 2 | 1D | 0 | 4A | 129 | 11 | 16 |
| Octal | 101 | 57 | 102 | 2 | 35 | 0 | 112 | 451 | 21 | 26 |
| Binary | 1000001 | 101111 | 1000010 | 10 | 11101 | 0 | 1001010 | 100101001 | 10001 | 10110 |
Color Harmonies of #412F42
Complementary color
Monochromatic Colors of #412F42
Black with #412F42
Text Example
Text Example
White with #412F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F42; }
p { color: rgb(65,47,66); }
H1.HeaderClassName
{
color: #412F42;
}
.AnyTagClassName
{
color: #412F42;
}
</style>
background-color css
<style>
a { background-color: #412F42; }
a { background-color: rgb(65,47,66); }
div.DivClassName
{
background-color: #412F42;
}
.BgClassName
{
background-color: #412F42;
}
</style>
border-color css
<style>
span { border-color: #412F42; }
span { border-color: rgb(65,47,66); }
td.TdClassName
{
border-color: #412F42;
}
.TagClassName
{
border-color: #412F42;
}
</style>