#403750

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

Shades of Grape #403750

Tints of Grape #403750

Color information

#403750 (or 0x403750) is unknown color: approx Grape. HEX triplet: 40, 37 and 50. RGB value is (64,55,80). Sum of RGB (Red+Green+Blue) = 64+55+80=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 80 - color contains mainly: blue. Hex color #403750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403750 is #BFC8AF. Grayscale: #3C3C3C. Windows color (decimal): -12568752 or 5257024. OLE color: 5257024.

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

Color convert

RGB645580-
CMYK0.200.3100.69
HSL261.6º18.52%26.47%-
HSV(B)261.6º31.25%31.37%-
XYZ4.934.48.18-
YUV60.54138.98130.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.16%
GREEN value IS 55 (21.88% from 255) = 27.64%
BLUE value IS 80 (31.64% from 255) = 40.20%
R=32.16%
G=27.64%
B=40.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6455800.200.3100.69261.618.5226.47
Hex403750141F045106131a
Octal10067120243701054062332
Binary100000011011110100001010011111010001011000001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403750; }

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

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

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

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

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

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

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

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