#402C41

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

Shades of Valentino #402C41

Tints of Valentino #402C41

Color information

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

HSL color Cylindrical-coordinate representation of color #402C41: hue angle of 297.14º 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 #402C41 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB644465-
CMYK0.020.3200.75
HSL297.14º19.27%21.37%-
HSV(B)297.14º32.31%25.49%-
XYZ3.973.275.42-
YUV52.37135.13136.29-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6444650.020.3200.75297.1419.2721.37
Hex402C4122004B1291315
Octal1005410124001134512325
Binary1000000101100100000110100000010010111001010011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402C41; }

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

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

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

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

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

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

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

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