Html Css Color HEX #423535 Eclipse

📋 copy color: '#423535'

red 66 ◦ green 53 ◦ blue 53

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

Shades of Eclipse #423535

Tints of Eclipse #423535

RGB

 RED value IS 66 (26.17% from 255) = 38.37%

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

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

R = 38.37%
G = 30.81%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#423535 (or 0x423535) is known color: Eclipse. HEX triplet: 42, 35 and 35. RGB value is (66,53,53). Sum of RGB (Red+Green+Blue) = 66+53+53=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 66 - color contains mainly: red. Hex color #423535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423535 is #BDCACA. Grayscale: #383838. Windows color (decimal): -12438219 or 3487042. OLE color: 3487042.

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

Color convert

RGB 66 53 53 -
CMYK 0 0.20 0.20 0.74
HSL 0.11% 0.23% -
HSV(B) 0.2% 0.26% -
XYZ 4.16 3.96 3.91 -
YUV 56.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 66 53 53 0 0.20 0.20 0.74 0 0.11 0.23
Hex 42 35 35 0 14 14 4A 0 B 17
Octal 102 65 65 0 24 24 112 0 13 27
Binary 1000010 110101 110101 0 10100 10100 1001010 0 1011 10111

Color Harmonies of #423535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423535

Black with #423535

Text Example


Text Example

White with #423535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423535; }

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

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

background-color css

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

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

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

border-color css

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

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

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