#412940

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

Shades of Valentino #412940

Tints of Valentino #412940

Color information

#412940 (or 0x412940) is unknown color: approx Valentino. HEX triplet: 41, 29 and 40. RGB value is (65,41,64). Sum of RGB (Red+Green+Blue) = 65+41+64=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 65 - color contains mainly: red. Hex color #412940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412940 is #BED6BF. Grayscale: #323232. Windows color (decimal): -12506816 or 4204865. OLE color: 4204865.

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

Color convert

RGB654164-
CMYK00.370.020.75
HSL302.5º22.64%20.78%-
HSV(B)302.5º36.92%25.49%-
XYZ3.93.085.24-
YUV50.8135.45138.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.24%
GREEN value IS 41 (16.41% from 255) = 24.12%
BLUE value IS 64 (25.39% from 255) = 37.65%
R=38.24%
G=24.12%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65416400.370.020.75302.522.6420.78
Hex41294002524B12e1715
Octal1015110004521134562725
Binary1000001101001100000001001011010010111001011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412940; }

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

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

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

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

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

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

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

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