Html Css Color HEX #414027 El Paso

📋 copy color: '#414027'

red 65 ◦ green 64 ◦ blue 39

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

Shades of El Paso #414027

Tints of El Paso #414027

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.1%

 BLUE value IS 39 (15.63% from 255) = 23.21%

R = 38.69%
G = 38.1%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#414027 (or 0x414027) is known color: El Paso. HEX triplet: 41, 40 and 27. RGB value is (65,64,39). Sum of RGB (Red+Green+Blue) = 65+64+39=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 65 - color contains mainly: red. Hex color #414027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414027 is #BEBFD8. Grayscale: #3D3D3D. Windows color (decimal): -12500953 or 2572353. OLE color: 2572353.

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

Color convert

RGB 65 64 39 -
CMYK 0 0.02 0.40 0.75
HSL 57.69º 0.25% 0.2% -
HSV(B) 57.69º 0.4% 0.25% -
XYZ 4.38 4.94 2.64 -
YUV 61.45 115.33 130.53 -
System Red Green Blue C M Y K H S L
Decimal 65 64 39 0 0.02 0.40 0.75 57.69 0.25 0.2
Hex 41 40 27 0 2 28 4B 3A 19 14
Octal 101 100 47 0 2 50 113 72 31 24
Binary 1000001 1000000 100111 0 10 101000 1001011 111010 11001 10100

Color Harmonies of #414027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414027

Black with #414027

Text Example


Text Example

White with #414027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414027; }

 p { color: rgb(65,64,39); }

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

background-color css

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

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

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

border-color css

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

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

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