Html Css Color HEX #403547 Jagger

📋 copy color: '#403547'

red 64 ◦ green 53 ◦ blue 71

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

Shades of Jagger #403547

Tints of Jagger #403547

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.19%

 BLUE value IS 71 (28.13% from 255) = 37.77%

R = 34.04%
G = 28.19%
B = 37.77%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#403547 (or 0x403547) is known color: Jagger. HEX triplet: 40, 35 and 47. RGB value is (64,53,71). Sum of RGB (Red+Green+Blue) = 64+53+71=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 71 - color contains mainly: blue. Hex color #403547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403547 is #BFCAB8. Grayscale: #3A3A3A. Windows color (decimal): -12569273 or 4666688. OLE color: 4666688.

HSL color Cylindrical-coordinate representation of color #403547: hue angle of 276.67º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #403547 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 53 71 -
CMYK 0.10 0.25 0 0.72
HSL 276.67º 0.15% 0.24% -
HSV(B) 276.67º 0.25% 0.28% -
XYZ 4.52 4.09 6.51 -
YUV 58.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 64 53 71 0.10 0.25 0 0.72 276.67 0.15 0.24
Hex 40 35 47 A 19 0 48 115 F 18
Octal 100 65 107 12 31 0 110 425 17 30
Binary 1000000 110101 1000111 1010 11001 0 1001000 100010101 1111 11000

Color Harmonies of #403547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403547

Black with #403547

Text Example


Text Example

White with #403547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403547; }

 p { color: rgb(64,53,71); }

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

background-color css

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

 a { background-color: rgb(64,53,71); }

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

border-color css

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

 span { border-color: rgb(64,53,71); }

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