Shades of El Paso #414127
Tints of El Paso #414127
RGB
CMYK
RGB Variations
Color information
#414127 (or 0x414127) is known color: El Paso. HEX triplet: 41, 41 and 27. RGB value is (65,65,39). Sum of RGB (Red+Green+Blue) = 65+65+39=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414127 is #BEBED8. Grayscale: #3E3E3E. Windows color (decimal): -12500697 or 2572609. OLE color: 2572609.
HSL color Cylindrical-coordinate representation of color #414127: hue angle of 60º 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 #414127 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 65 | 39 | - |
| CMYK | 0 | 0 | 0.40 | 0.75 |
| HSL | 60º | 0.25% | 0.2% | - |
| HSV(B) | 60º | 0.4% | 0.25% | - |
| XYZ | 4.44 | 5.05 | 2.66 | - |
| YUV | 62.04 | 115 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 39 | 0 | 0 | 0.40 | 0.75 | 60 | 0.25 | 0.2 |
| Hex | 41 | 41 | 27 | 0 | 0 | 28 | 4B | 3C | 19 | 14 |
| Octal | 101 | 101 | 47 | 0 | 0 | 50 | 113 | 74 | 31 | 24 |
| Binary | 1000001 | 1000001 | 100111 | 0 | 0 | 101000 | 1001011 | 111100 | 11001 | 10100 |
Color Harmonies of #414127
Complementary color
Monochromatic Colors of #414127
Black with #414127
Text Example
Text Example
White with #414127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414127; }
p { color: rgb(65,65,39); }
H1.HeaderClassName
{
color: #414127;
}
.AnyTagClassName
{
color: #414127;
}
</style>
background-color css
<style>
a { background-color: #414127; }
a { background-color: rgb(65,65,39); }
div.DivClassName
{
background-color: #414127;
}
.BgClassName
{
background-color: #414127;
}
</style>
border-color css
<style>
span { border-color: #414127; }
span { border-color: rgb(65,65,39); }
td.TdClassName
{
border-color: #414127;
}
.TagClassName
{
border-color: #414127;
}
</style>