#403950

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

Shades of Grape #403950

Tints of Grape #403950

Color information

#403950 (or 0x403950) is unknown color: approx Grape. HEX triplet: 40, 39 and 50. RGB value is (64,57,80). Sum of RGB (Red+Green+Blue) = 64+57+80=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 80 - color contains mainly: blue. Hex color #403950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403950 is #BFC6AF. Grayscale: #3D3D3D. Windows color (decimal): -12568240 or 5257536. OLE color: 5257536.

HSL color Cylindrical-coordinate representation of color #403950: hue angle of 258.26º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #403950 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB645780-
CMYK0.200.2900.69
HSL258.26º16.79%26.86%-
HSV(B)258.26º28.75%31.37%-
XYZ5.034.68.21-
YUV61.72138.32129.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 57 (22.66% from 255) = 28.36%
BLUE value IS 80 (31.64% from 255) = 39.80%
R=31.84%
G=28.36%
B=39.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6457800.200.2900.69258.2616.7926.86
Hex403950141D045102111b
Octal10071120243501054022133
Binary100000011100110100001010011101010001011000000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403950; }

 p { color: rgb(64,57,80); }

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

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

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

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

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

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

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