Html Css Color HEX #403535 Eclipse

📋 copy color: '#403535'

red 64 ◦ green 53 ◦ blue 53

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

Shades of Eclipse #403535

Tints of Eclipse #403535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 31.18%

R = 37.65%
G = 31.18%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#403535 (or 0x403535) is known color: Eclipse. HEX triplet: 40, 35 and 35. RGB value is (64,53,53). Sum of RGB (Red+Green+Blue) = 64+53+53=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 64 - color contains mainly: red. Hex color #403535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403535 is #BFCACA. Grayscale: #383838. Windows color (decimal): -12569291 or 3487040. OLE color: 3487040.

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

Color convert

RGB 64 53 53 -
CMYK 0 0.17 0.17 0.75
HSL 0.09% 0.23% -
HSV(B) 0.17% 0.25% -
XYZ 4.03 3.89 3.91 -
YUV 56.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 64 53 53 0 0.17 0.17 0.75 0 0.09 0.23
Hex 40 35 35 0 11 11 4B 0 9 17
Octal 100 65 65 0 21 21 113 0 11 27
Binary 1000000 110101 110101 0 10001 10001 1001011 0 1001 10111

Color Harmonies of #403535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403535

Black with #403535

Text Example


Text Example

White with #403535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403535; }

 p { color: rgb(64,53,53); }

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

background-color css

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

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

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

border-color css

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

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

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