Shades of Valentino #412B43
Tints of Valentino #412B43
RGB
CMYK
RGB Variations
Color information
#412B43 (or 0x412B43) is known color: Valentino. HEX triplet: 41, 2B and 43. RGB value is (65,43,67). Sum of RGB (Red+Green+Blue) = 65+43+67=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 67 - color contains mainly: blue. Hex color #412B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B43 is #BED4BC. Grayscale: #343434. Windows color (decimal): -12506301 or 4401985. OLE color: 4401985.
HSL color Cylindrical-coordinate representation of color #412B43: hue angle of 295º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #412B43 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 43 | 67 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.74 |
| HSL | 295º | 0.22% | 0.22% | - |
| HSV(B) | 295º | 0.36% | 0.26% | - |
| XYZ | 4.06 | 3.26 | 5.72 | - |
| YUV | 52.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 67 | 0.03 | 0.36 | 0 | 0.74 | 295 | 0.22 | 0.22 |
| Hex | 41 | 2B | 43 | 3 | 24 | 0 | 4A | 127 | 16 | 16 |
| Octal | 101 | 53 | 103 | 3 | 44 | 0 | 112 | 447 | 26 | 26 |
| Binary | 1000001 | 101011 | 1000011 | 11 | 100100 | 0 | 1001010 | 100100111 | 10110 | 10110 |
Color Harmonies of #412B43
Complementary color
Monochromatic Colors of #412B43
Black with #412B43
Text Example
Text Example
White with #412B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412B43; }
p { color: rgb(65,43,67); }
H1.HeaderClassName
{
color: #412B43;
}
.AnyTagClassName
{
color: #412B43;
}
</style>
background-color css
<style>
a { background-color: #412B43; }
a { background-color: rgb(65,43,67); }
div.DivClassName
{
background-color: #412B43;
}
.BgClassName
{
background-color: #412B43;
}
</style>
border-color css
<style>
span { border-color: #412B43; }
span { border-color: rgb(65,43,67); }
td.TdClassName
{
border-color: #412B43;
}
.TagClassName
{
border-color: #412B43;
}
</style>