Html Css Color HEX #403343 Fuscous Grey

📋 copy color: '#403343'

red 64 ◦ green 51 ◦ blue 67

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

Shades of Fuscous Grey #403343

Tints of Fuscous Grey #403343

RGB

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

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

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

R = 35.16%
G = 28.02%
B = 36.81%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#403343 (or 0x403343) is known color: Fuscous Grey. HEX triplet: 40, 33 and 43. RGB value is (64,51,67). Sum of RGB (Red+Green+Blue) = 64+51+67=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 67 - color contains mainly: blue. Hex color #403343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403343 is #BFCCBC. Grayscale: #383838. Windows color (decimal): -12569789 or 4404032. OLE color: 4404032.

HSL color Cylindrical-coordinate representation of color #403343: hue angle of 288.75º 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 #403343 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 51 67 -
CMYK 0.04 0.24 0 0.74
HSL 288.75º 0.14% 0.23% -
HSV(B) 288.75º 0.24% 0.26% -
XYZ 4.31 3.86 5.83 -
YUV 56.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 64 51 67 0.04 0.24 0 0.74 288.75 0.14 0.23
Hex 40 33 43 4 18 0 4A 121 E 17
Octal 100 63 103 4 30 0 112 441 16 27
Binary 1000000 110011 1000011 100 11000 0 1001010 100100001 1110 10111

Color Harmonies of #403343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403343

Black with #403343

Text Example


Text Example

White with #403343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403343; }

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

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

background-color css

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

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

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

border-color css

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

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

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