#403952

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

Shades of Grape #403952

Tints of Grape #403952

Color information

#403952 (or 0x403952) is unknown color: approx Grape. HEX triplet: 40, 39 and 52. RGB value is (64,57,82). Sum of RGB (Red+Green+Blue) = 64+57+82=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 82 - color contains mainly: blue. Hex color #403952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403952 is #BFC6AD. Grayscale: #3D3D3D. Windows color (decimal): -12568238 or 5388608. OLE color: 5388608.

HSL color Cylindrical-coordinate representation of color #403952: hue angle of 256.8º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #403952 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB645782-
CMYK0.220.3000.68
HSL256.8º17.99%27.25%-
HSV(B)256.8º30.49%32.16%-
XYZ5.14.638.61-
YUV61.94139.32129.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 57 (22.66% from 255) = 28.08%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=31.53%
G=28.08%
B=40.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6457820.220.3000.68256.817.9927.25
Hex403952161E044101121b
Octal10071122263601044012233
Binary100000011100110100101011011110010001001000000011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403952; }

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

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

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

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

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

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

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

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