Html Css Color HEX #403143 Fuscous Grey

📋 copy color: '#403143'

red 64 ◦ green 49 ◦ blue 67

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

Shades of Fuscous Grey #403143

Tints of Fuscous Grey #403143

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.22%

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

R = 35.56%
G = 27.22%
B = 37.22%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#403143 (or 0x403143) is known color: Fuscous Grey. HEX triplet: 40, 31 and 43. RGB value is (64,49,67). Sum of RGB (Red+Green+Blue) = 64+49+67=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 67 - color contains mainly: blue. Hex color #403143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403143 is #BFCEBC. Grayscale: #373737. Windows color (decimal): -12570301 or 4403520. OLE color: 4403520.

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

Color convert

RGB 64 49 67 -
CMYK 0.04 0.27 0 0.74
HSL 290º 0.16% 0.23% -
HSV(B) 290º 0.27% 0.26% -
XYZ 4.23 3.69 5.8 -
YUV 55.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 64 49 67 0.04 0.27 0 0.74 290 0.16 0.23
Hex 40 31 43 4 1B 0 4A 122 10 17
Octal 100 61 103 4 33 0 112 442 20 27
Binary 1000000 110001 1000011 100 11011 0 1001010 100100010 10000 10111

Color Harmonies of #403143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403143

Black with #403143

Text Example


Text Example

White with #403143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403143; }

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

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

background-color css

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

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

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

border-color css

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

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

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