Html Css Color HEX #413543 Fuscous Grey

📋 copy color: '#413543'

red 65 ◦ green 53 ◦ blue 67

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

Shades of Fuscous Grey #413543

Tints of Fuscous Grey #413543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.22%

R = 35.14%
G = 28.65%
B = 36.22%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#413543 (or 0x413543) is known color: Fuscous Grey. HEX triplet: 41, 35 and 43. RGB value is (65,53,67). Sum of RGB (Red+Green+Blue) = 65+53+67=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 67 - color contains mainly: blue. Hex color #413543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413543 is #BECABC. Grayscale: #3A3A3A. Windows color (decimal): -12503741 or 4404545. OLE color: 4404545.

HSL color Cylindrical-coordinate representation of color #413543: hue angle of 291.43º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #413543 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 65 53 67 -
CMYK 0.03 0.21 0 0.74
HSL 291.43º 0.12% 0.24% -
HSV(B) 291.43º 0.21% 0.26% -
XYZ 4.47 4.08 5.86 -
YUV 58.18 132.98 132.86 -
System Red Green Blue C M Y K H S L
Decimal 65 53 67 0.03 0.21 0 0.74 291.43 0.12 0.24
Hex 41 35 43 3 15 0 4A 123 C 18
Octal 101 65 103 3 25 0 112 443 14 30
Binary 1000001 110101 1000011 11 10101 0 1001010 100100011 1100 11000

Color Harmonies of #413543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413543

Black with #413543

Text Example


Text Example

White with #413543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413543; }

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

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

background-color css

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

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

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

border-color css

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

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

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