Html Css Color HEX #413535 Eclipse

📋 copy color: '#413535'

red 65 ◦ green 53 ◦ blue 53

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

Shades of Eclipse #413535

Tints of Eclipse #413535

RGB

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

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

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

R = 38.01%
G = 30.99%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#413535 (or 0x413535) is known color: Eclipse. HEX triplet: 41, 35 and 35. RGB value is (65,53,53). Sum of RGB (Red+Green+Blue) = 65+53+53=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 65 - color contains mainly: red. Hex color #413535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413535 is #BECACA. Grayscale: #383838. Windows color (decimal): -12503755 or 3487041. OLE color: 3487041.

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

Color convert

RGB 65 53 53 -
CMYK 0 0.18 0.18 0.75
HSL 0.1% 0.23% -
HSV(B) 0.18% 0.25% -
XYZ 4.1 3.93 3.91 -
YUV 56.59 125.98 134 -
System Red Green Blue C M Y K H S L
Decimal 65 53 53 0 0.18 0.18 0.75 0 0.1 0.23
Hex 41 35 35 0 12 12 4B 0 A 17
Octal 101 65 65 0 22 22 113 0 12 27
Binary 1000001 110101 110101 0 10010 10010 1001011 0 1010 10111

Color Harmonies of #413535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413535

Black with #413535

Text Example


Text Example

White with #413535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413535; }

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

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

background-color css

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

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

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

border-color css

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

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

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