Shades of El Paso #404129
Tints of El Paso #404129
RGB
CMYK
RGB Variations
Color information
#404129 (or 0x404129) is known color: El Paso. HEX triplet: 40, 41 and 29. RGB value is (64,65,41). Sum of RGB (Red+Green+Blue) = 64+65+41=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 65 - color contains mainly: green. Hex color #404129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404129 is #BFBED6. Grayscale: #3E3E3E. Windows color (decimal): -12566231 or 2703680. OLE color: 2703680.
HSL color Cylindrical-coordinate representation of color #404129: hue angle of 62.5º 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 #404129 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 65 | 41 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.75 |
| HSL | 62.5º | 0.23% | 0.21% | - |
| HSV(B) | 62.5º | 0.37% | 0.25% | - |
| XYZ | 4.4 | 5.03 | 2.84 | - |
| YUV | 61.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 41 | 0.02 | 0 | 0.37 | 0.75 | 62.5 | 0.23 | 0.21 |
| Hex | 40 | 41 | 29 | 2 | 0 | 25 | 4B | 3F | 17 | 15 |
| Octal | 100 | 101 | 51 | 2 | 0 | 45 | 113 | 77 | 27 | 25 |
| Binary | 1000000 | 1000001 | 101001 | 10 | 0 | 100101 | 1001011 | 111111 | 10111 | 10101 |
Color Harmonies of #404129
Complementary color
Monochromatic Colors of #404129
Black with #404129
Text Example
Text Example
White with #404129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404129; }
p { color: rgb(64,65,41); }
H1.HeaderClassName
{
color: #404129;
}
.AnyTagClassName
{
color: #404129;
}
</style>
background-color css
<style>
a { background-color: #404129; }
a { background-color: rgb(64,65,41); }
div.DivClassName
{
background-color: #404129;
}
.BgClassName
{
background-color: #404129;
}
</style>
border-color css
<style>
span { border-color: #404129; }
span { border-color: rgb(64,65,41); }
td.TdClassName
{
border-color: #404129;
}
.TagClassName
{
border-color: #404129;
}
</style>