#412D40

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

Shades of Valentino #412D40

Tints of Valentino #412D40

Color information

#412D40 (or 0x412D40) is unknown color: approx Valentino. HEX triplet: 41, 2D and 40. RGB value is (65,45,64). Sum of RGB (Red+Green+Blue) = 65+45+64=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 65 - color contains mainly: red. Hex color #412D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D40 is #BED2BF. Grayscale: #353535. Windows color (decimal): -12505792 or 4205889. OLE color: 4205889.

HSL color Cylindrical-coordinate representation of color #412D40: hue angle of 303º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #412D40 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB654564-
CMYK00.310.020.75
HSL303º18.18%21.57%-
HSV(B)303º30.77%25.49%-
XYZ4.043.375.29-
YUV53.15134.13136.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 45 (17.97% from 255) = 25.86%
BLUE value IS 64 (25.39% from 255) = 36.78%
R=37.36%
G=25.86%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65456400.310.020.7530318.1821.57
Hex412D4001F24B12f1216
Octal1015510003721134572226
Binary100000110110110000000111111010010111001011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412D40; }

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

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

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

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

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

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

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

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