#412C40

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

Shades of Valentino #412C40

Tints of Valentino #412C40

Color information

#412C40 (or 0x412C40) is unknown color: approx Valentino. HEX triplet: 41, 2C and 40. RGB value is (65,44,64). Sum of RGB (Red+Green+Blue) = 65+44+64=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 65 - color contains mainly: red. Hex color #412C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C40 is #BED3BF. Grayscale: #343434. Windows color (decimal): -12506048 or 4205633. OLE color: 4205633.

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

Color convert

RGB654464-
CMYK00.320.020.75
HSL302.86º19.27%21.37%-
HSV(B)302.86º32.31%25.49%-
XYZ4.013.35.28-
YUV52.56134.46136.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.57%
GREEN value IS 44 (17.58% from 255) = 25.43%
BLUE value IS 64 (25.39% from 255) = 36.99%
R=37.57%
G=25.43%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65446400.320.020.75302.8619.2721.37
Hex412C4002024B12f1315
Octal1015410004021134572325
Binary1000001101100100000001000001010010111001011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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