#403953

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

Shades of Grape #403953

Tints of Grape #403953

Color information

#403953 (or 0x403953) is unknown color: approx Grape. HEX triplet: 40, 39 and 53. RGB value is (64,57,83). Sum of RGB (Red+Green+Blue) = 64+57+83=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #403953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403953 is #BFC6AC. Grayscale: #3D3D3D. Windows color (decimal): -12568237 or 5454144. OLE color: 5454144.

HSL color Cylindrical-coordinate representation of color #403953: hue angle of 256.15º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #403953 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB645783-
CMYK0.230.3100.67
HSL256.15º18.57%27.45%-
HSV(B)256.15º31.33%32.55%-
XYZ5.144.648.81-
YUV62.06139.82129.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 83 (32.81% from 255) = 40.69%
R=31.37%
G=27.94%
B=40.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6457830.230.3100.67256.1518.5727.45
Hex403953171F043100131b
Octal10071123273701034002333
Binary100000011100110100111011111111010000111000000001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403953; }

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

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

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

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

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

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

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

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