Html Css Color HEX #414129 El Paso

📋 copy color: '#414129'

red 65 ◦ green 65 ◦ blue 41

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

Shades of El Paso #414129

Tints of El Paso #414129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.98%

R = 38.01%
G = 38.01%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#414129 (or 0x414129) is known color: El Paso. HEX triplet: 41, 41 and 29. RGB value is (65,65,41). Sum of RGB (Red+Green+Blue) = 65+65+41=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414129 is #BEBED6. Grayscale: #3E3E3E. Windows color (decimal): -12500695 or 2703681. OLE color: 2703681.

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

Color convert

RGB 65 65 41 -
CMYK 0 0 0.37 0.75
HSL 60º 0.23% 0.21% -
HSV(B) 60º 0.37% 0.25% -
XYZ 4.47 5.06 2.84 -
YUV 62.26 116 129.95 -
System Red Green Blue C M Y K H S L
Decimal 65 65 41 0 0 0.37 0.75 60 0.23 0.21
Hex 41 41 29 0 0 25 4B 3C 17 15
Octal 101 101 51 0 0 45 113 74 27 25
Binary 1000001 1000001 101001 0 0 100101 1001011 111100 10111 10101

Color Harmonies of #414129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414129

Black with #414129

Text Example


Text Example

White with #414129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414129; }

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

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

background-color css

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

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

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

border-color css

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

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

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