Html Css Color HEX #403043 Fuscous Grey

📋 copy color: '#403043'

red 64 ◦ green 48 ◦ blue 67

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

Shades of Fuscous Grey #403043

Tints of Fuscous Grey #403043

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.82%

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

R = 35.75%
G = 26.82%
B = 37.43%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#403043 (or 0x403043) is known color: Fuscous Grey. HEX triplet: 40, 30 and 43. RGB value is (64,48,67). Sum of RGB (Red+Green+Blue) = 64+48+67=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 67 - color contains mainly: blue. Hex color #403043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403043 is #BFCFBC. Grayscale: #363636. Windows color (decimal): -12570557 or 4403264. OLE color: 4403264.

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

Color convert

RGB 64 48 67 -
CMYK 0.04 0.28 0 0.74
HSL 290.53º 0.17% 0.23% -
HSV(B) 290.53º 0.28% 0.26% -
XYZ 4.18 3.61 5.79 -
YUV 54.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 64 48 67 0.04 0.28 0 0.74 290.53 0.17 0.23
Hex 40 30 43 4 1C 0 4A 123 11 17
Octal 100 60 103 4 34 0 112 443 21 27
Binary 1000000 110000 1000011 100 11100 0 1001010 100100011 10001 10111

Color Harmonies of #403043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403043

Black with #403043

Text Example


Text Example

White with #403043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403043; }

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

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

background-color css

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

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

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

border-color css

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

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

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