Html Css Color HEX #41412D El Paso

📋 copy color: '#41412D'

red 65 ◦ green 65 ◦ blue 45

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

Shades of El Paso #41412D

Tints of El Paso #41412D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.71%

R = 37.14%
G = 37.14%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#41412D (or 0x41412D) is known color: El Paso. HEX triplet: 41, 41 and 2D. RGB value is (65,65,45). Sum of RGB (Red+Green+Blue) = 65+65+45=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 65 - color contains mainly: red, green. Hex color #41412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41412D is #BEBED2. Grayscale: #3E3E3E. Windows color (decimal): -12500691 or 2965825. OLE color: 2965825.

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

Color convert

RGB 65 65 45 -
CMYK 0 0 0.31 0.75
HSL 60º 0.18% 0.22% -
HSV(B) 60º 0.31% 0.25% -
XYZ 4.54 5.09 3.23 -
YUV 62.72 118 129.63 -
System Red Green Blue C M Y K H S L
Decimal 65 65 45 0 0 0.31 0.75 60 0.18 0.22
Hex 41 41 2D 0 0 1F 4B 3C 12 16
Octal 101 101 55 0 0 37 113 74 22 26
Binary 1000001 1000001 101101 0 0 11111 1001011 111100 10010 10110

Color Harmonies of #41412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41412D

Black with #41412D

Text Example


Text Example

White with #41412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41412D; }

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

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

background-color css

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

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

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

border-color css

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

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

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