Shades of El Paso #41401A
Tints of El Paso #41401A
RGB
CMYK
RGB Variations
Color information
#41401A (or 0x41401A) is known color: El Paso. HEX triplet: 41, 40 and 1A. RGB value is (65,64,26). Sum of RGB (Red+Green+Blue) = 65+64+26=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #41401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41401A is #BEBFE5. Grayscale: #3C3C3C. Windows color (decimal): -12500966 or 1720385. OLE color: 1720385.
HSL color Cylindrical-coordinate representation of color #41401A: hue angle of 58.46º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41401A is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 64 | 26 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.75 |
| HSL | 58.46º | 0.43% | 0.18% | - |
| HSV(B) | 58.46º | 0.6% | 0.25% | - |
| XYZ | 4.2 | 4.87 | 1.7 | - |
| YUV | 59.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 64 | 26 | 0 | 0.02 | 0.60 | 0.75 | 58.46 | 0.43 | 0.18 |
| Hex | 41 | 40 | 1A | 0 | 2 | 3C | 4B | 3A | 2B | 12 |
| Octal | 101 | 100 | 32 | 0 | 2 | 74 | 113 | 72 | 53 | 22 |
| Binary | 1000001 | 1000000 | 11010 | 0 | 10 | 111100 | 1001011 | 111010 | 101011 | 10010 |
Color Harmonies of #41401A
Complementary color
Monochromatic Colors of #41401A
Black with #41401A
Text Example
Text Example
White with #41401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41401A; }
p { color: rgb(65,64,26); }
H1.HeaderClassName
{
color: #41401A;
}
.AnyTagClassName
{
color: #41401A;
}
</style>
background-color css
<style>
a { background-color: #41401A; }
a { background-color: rgb(65,64,26); }
div.DivClassName
{
background-color: #41401A;
}
.BgClassName
{
background-color: #41401A;
}
</style>
border-color css
<style>
span { border-color: #41401A; }
span { border-color: rgb(65,64,26); }
td.TdClassName
{
border-color: #41401A;
}
.TagClassName
{
border-color: #41401A;
}
</style>