Html Css Color HEX #413343 Fuscous Grey

📋 copy color: '#413343'

red 65 ◦ green 51 ◦ blue 67

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

Shades of Fuscous Grey #413343

Tints of Fuscous Grey #413343

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.87%

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

R = 35.52%
G = 27.87%
B = 36.61%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#413343 (or 0x413343) is known color: Fuscous Grey. HEX triplet: 41, 33 and 43. RGB value is (65,51,67). Sum of RGB (Red+Green+Blue) = 65+51+67=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 67 - color contains mainly: blue. Hex color #413343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413343 is #BECCBC. Grayscale: #383838. Windows color (decimal): -12504253 or 4404033. OLE color: 4404033.

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

Color convert

RGB 65 51 67 -
CMYK 0.03 0.24 0 0.74
HSL 292.5º 0.14% 0.23% -
HSV(B) 292.5º 0.24% 0.26% -
XYZ 4.38 3.9 5.83 -
YUV 57.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 65 51 67 0.03 0.24 0 0.74 292.5 0.14 0.23
Hex 41 33 43 3 18 0 4A 124 E 17
Octal 101 63 103 3 30 0 112 444 16 27
Binary 1000001 110011 1000011 11 11000 0 1001010 100100100 1110 10111

Color Harmonies of #413343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413343

Black with #413343

Text Example


Text Example

White with #413343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413343; }

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

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

background-color css

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

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

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

border-color css

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

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

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