#412340

Color #412340 Valentino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valentino #412340

Tints of Valentino #412340

Color information

#412340 (or 0x412340) is unknown color: approx Valentino. HEX triplet: 41, 23 and 40. RGB value is (65,35,64). Sum of RGB (Red+Green+Blue) = 65+35+64=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 65 - color contains mainly: red. Hex color #412340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412340 is #BEDCBF. Grayscale: #2F2F2F. Windows color (decimal): -12508352 or 4203329. OLE color: 4203329.

HSL color Cylindrical-coordinate representation of color #412340: hue angle of 302º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #412340 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB653564-
CMYK00.460.020.75
HSL302º30%19.61%-
HSV(B)302º46.15%25.49%-
XYZ3.712.75.18-
YUV47.28137.44140.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 39.63%
GREEN value IS 35 (14.06% from 255) = 21.34%
BLUE value IS 64 (25.39% from 255) = 39.02%
R=39.63%
G=21.34%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65356400.460.020.753023019.61
Hex41234002E24B12e1e14
Octal1014310005621134563624
Binary1000001100011100000001011101010010111001011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412340; }

 p { color: rgb(65,35,64); }

 H1.HeaderClassName
 {
   color: #412340;
 }
 .AnyTagClassName
 {
   color: #412340;
 }
</style>
background-color css

<style>
 a { background-color: #412340; }

 a { background-color: rgb(65,35,64); }

 div.DivClassName
 {
   background-color: #412340;
 }
 .BgClassName
 {
   background-color: #412340;
 }
</style>
border-color css

<style>
 span { border-color: #412340; }

 span { border-color: rgb(65,35,64); }

 td.TdClassName
 {
   border-color: #412340;
 }
 .TagClassName
 {
   border-color: #412340;
 }
</style>