#402840

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

Shades of Valentino #402840

Tints of Valentino #402840

Color information

#402840 (or 0x402840) is unknown color: approx Valentino. HEX triplet: 40, 28 and 40. RGB value is (64,40,64). Sum of RGB (Red+Green+Blue) = 64+40+64=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #402840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402840 is #BFD7BF. Grayscale: #313131. Windows color (decimal): -12572608 or 4204608. OLE color: 4204608.

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

Color convert

RGB644064-
CMYK00.3800.75
HSL300º23.08%20.39%-
HSV(B)300º37.5%25.1%-
XYZ3.82.985.23-
YUV49.91135.95138.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.10%
GREEN value IS 40 (16.02% from 255) = 23.81%
BLUE value IS 64 (25.39% from 255) = 38.10%
R=38.10%
G=23.81%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64406400.3800.7530023.0820.39
Hex40284002604B12c1714
Octal1005010004601134542724
Binary100000010100010000000100110010010111001011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402840; }

 p { color: rgb(64,40,64); }

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

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

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

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

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

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

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