Html Css Color HEX #403D53 Gun Powder

📋 copy color: '#403D53'

red 64 ◦ green 61 ◦ blue 83

#403D53
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gun Powder #403D53

Tints of Gun Powder #403D53

RGB

 RED value IS 64 (25.39% from 255) = 30.77%

 GREEN value IS 61 (24.22% from 255) = 29.33%

 BLUE value IS 83 (32.81% from 255) = 39.9%

R = 30.77%
G = 29.33%
B = 39.9%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#403D53 (or 0x403D53) is known color: Gun Powder. HEX triplet: 40, 3D and 53. RGB value is (64,61,83). Sum of RGB (Red+Green+Blue) = 64+61+83=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 83 - color contains mainly: blue. Hex color #403D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D53 is #BFC2AC. Grayscale: #404040. Windows color (decimal): -12567213 or 5455168. OLE color: 5455168.

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

Color convert

RGB 64 61 83 -
CMYK 0.23 0.27 0 0.67
HSL 248.18º 0.15% 0.28% -
HSV(B) 248.18º 0.27% 0.33% -
XYZ 5.34 5.05 8.88 -
YUV 64.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 64 61 83 0.23 0.27 0 0.67 248.18 0.15 0.28
Hex 40 3D 53 17 1B 0 43 F8 F 1C
Octal 100 75 123 27 33 0 103 370 17 34
Binary 1000000 111101 1010011 10111 11011 0 1000011 11111000 1111 11100

Color Harmonies of #403D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D53

Black with #403D53

Text Example


Text Example

White with #403D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #403D53;
 }
 .AnyTagClassName
 {
   color: #403D53;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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