Html Css Color HEX #403D52 Gun Powder

📋 copy color: '#403D52'

red 64 ◦ green 61 ◦ blue 82

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

Shades of Gun Powder #403D52

Tints of Gun Powder #403D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 39.61%

R = 30.92%
G = 29.47%
B = 39.61%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#403D52 (or 0x403D52) is known color: Gun Powder. HEX triplet: 40, 3D and 52. RGB value is (64,61,82). Sum of RGB (Red+Green+Blue) = 64+61+82=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 82 - color contains mainly: blue. Hex color #403D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D52 is #BFC2AD. Grayscale: #404040. Windows color (decimal): -12567214 or 5389632. OLE color: 5389632.

HSL color Cylindrical-coordinate representation of color #403D52: hue angle of 248.57º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #403D52 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 61 82 -
CMYK 0.22 0.26 0 0.68
HSL 248.57º 0.15% 0.28% -
HSV(B) 248.57º 0.26% 0.32% -
XYZ 5.31 5.04 8.68 -
YUV 64.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 64 61 82 0.22 0.26 0 0.68 248.57 0.15 0.28
Hex 40 3D 52 16 1A 0 44 F9 F 1C
Octal 100 75 122 26 32 0 104 371 17 34
Binary 1000000 111101 1010010 10110 11010 0 1000100 11111001 1111 11100

Color Harmonies of #403D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D52

Black with #403D52

Text Example


Text Example

White with #403D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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