Shades of Valentino #462345
Tints of Valentino #462345
RGB
CMYK
RGB Variations
Color information
#462345 (or 0x462345) is known color: Valentino. HEX triplet: 46, 23 and 45. RGB value is (70,35,69). Sum of RGB (Red+Green+Blue) = 70+35+69=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 70 - color contains mainly: red. Hex color #462345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462345 is #B9DCBA. Grayscale: #313131. Windows color (decimal): -12180667 or 4531014. OLE color: 4531014.
HSL color Cylindrical-coordinate representation of color #462345: hue angle of 301.71º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #462345 is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 35 | 69 | - |
| CMYK | 0 | 0.5 | 0.01 | 0.73 |
| HSL | 301.71º | 0.33% | 0.21% | - |
| HSV(B) | 301.71º | 0.5% | 0.27% | - |
| XYZ | 4.2 | 2.93 | 5.98 | - |
| YUV | 49.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 35 | 69 | 0 | 0.5 | 0.01 | 0.73 | 301.71 | 0.33 | 0.21 |
| Hex | 46 | 23 | 45 | 0 | 32 | 1 | 49 | 12E | 21 | 15 |
| Octal | 106 | 43 | 105 | 0 | 62 | 1 | 111 | 456 | 41 | 25 |
| Binary | 1000110 | 100011 | 1000101 | 0 | 110010 | 1 | 1001001 | 100101110 | 100001 | 10101 |
Color Harmonies of #462345
Complementary color
Monochromatic Colors of #462345
Black with #462345
Text Example
Text Example
White with #462345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462345; }
p { color: rgb(70,35,69); }
H1.HeaderClassName
{
color: #462345;
}
.AnyTagClassName
{
color: #462345;
}
</style>
background-color css
<style>
a { background-color: #462345; }
a { background-color: rgb(70,35,69); }
div.DivClassName
{
background-color: #462345;
}
.BgClassName
{
background-color: #462345;
}
</style>
border-color css
<style>
span { border-color: #462345; }
span { border-color: rgb(70,35,69); }
td.TdClassName
{
border-color: #462345;
}
.TagClassName
{
border-color: #462345;
}
</style>