#412B40

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

Shades of Valentino #412B40

Tints of Valentino #412B40

Color information

#412B40 (or 0x412B40) is unknown color: approx Valentino. HEX triplet: 41, 2B and 40. RGB value is (65,43,64). Sum of RGB (Red+Green+Blue) = 65+43+64=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 65 - color contains mainly: red. Hex color #412B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B40 is #BED4BF. Grayscale: #333333. Windows color (decimal): -12506304 or 4205377. OLE color: 4205377.

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

Color convert

RGB654364-
CMYK00.340.020.75
HSL302.73º20.37%21.18%-
HSV(B)302.73º33.85%25.49%-
XYZ3.973.225.26-
YUV51.97134.79137.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 43 (17.19% from 255) = 25%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=37.79%
G=25%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65436400.340.020.75302.7320.3721.18
Hex412B4002224B12f1415
Octal1015310004221134572425
Binary1000001101011100000001000101010010111001011111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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