Html Css Color HEX #413547 Jagger

📋 copy color: '#413547'

red 65 ◦ green 53 ◦ blue 71

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

Shades of Jagger #413547

Tints of Jagger #413547

RGB

 RED value IS 65 (25.78% from 255) = 34.39%

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

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

R = 34.39%
G = 28.04%
B = 37.57%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#413547 (or 0x413547) is known color: Jagger. HEX triplet: 41, 35 and 47. RGB value is (65,53,71). Sum of RGB (Red+Green+Blue) = 65+53+71=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 71 - color contains mainly: blue. Hex color #413547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413547 is #BECAB8. Grayscale: #3A3A3A. Windows color (decimal): -12503737 or 4666689. OLE color: 4666689.

HSL color Cylindrical-coordinate representation of color #413547: hue angle of 280º 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 #413547 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 53 71 -
CMYK 0.08 0.25 0 0.72
HSL 280º 0.15% 0.24% -
HSV(B) 280º 0.25% 0.28% -
XYZ 4.59 4.12 6.52 -
YUV 58.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 65 53 71 0.08 0.25 0 0.72 280 0.15 0.24
Hex 41 35 47 8 19 0 48 118 F 18
Octal 101 65 107 10 31 0 110 430 17 30
Binary 1000001 110101 1000111 1000 11001 0 1001000 100011000 1111 11000

Color Harmonies of #413547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413547

Black with #413547

Text Example


Text Example

White with #413547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413547; }

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

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

background-color css

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

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

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

border-color css

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

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

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