#403D5E

Color #403D5E Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #403D5E

Tints of Gun Powder #403D5E

Color information

#403D5E (or 0x403D5E) is unknown color: approx Gun Powder. HEX triplet: 40, 3D and 5E. RGB value is (64,61,94). Sum of RGB (Red+Green+Blue) = 64+61+94=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #403D5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D5E is #BFC2A1. Grayscale: #414141. Windows color (decimal): -12567202 or 6176064. OLE color: 6176064.

HSL color Cylindrical-coordinate representation of color #403D5E: hue angle of 245.45º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #403D5E is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB646194-
CMYK0.320.3500.63
HSL245.45º21.29%30.39%-
HSV(B)245.45º35.11%36.86%-
XYZ5.85.2411.29-
YUV65.66143.99126.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.22%
GREEN value IS 61 (24.22% from 255) = 27.85%
BLUE value IS 94 (37.11% from 255) = 42.92%
R=29.22%
G=27.85%
B=42.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6461940.320.3500.63245.4521.2930.39
Hex403D5E202303Ff5151e
Octal1007513640430773652536
Binary100000011110110111101000001000110111111111101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403D5E; }

 p { color: rgb(64,61,94); }

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

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

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

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

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

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

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