Shades of El Paso #41402D
Tints of El Paso #41402D
RGB
CMYK
RGB Variations
Color information
#41402D (or 0x41402D) is known color: El Paso. HEX triplet: 41, 40 and 2D. RGB value is (65,64,45). Sum of RGB (Red+Green+Blue) = 65+64+45=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 65 - color contains mainly: red. Hex color #41402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41402D is #BEBFD2. Grayscale: #3E3E3E. Windows color (decimal): -12500947 or 2965569. OLE color: 2965569.
HSL color Cylindrical-coordinate representation of color #41402D: hue angle of 57º 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 #41402D is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 64 | 45 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.75 |
| HSL | 57º | 0.18% | 0.22% | - |
| HSV(B) | 57º | 0.31% | 0.25% | - |
| XYZ | 4.49 | 4.98 | 3.21 | - |
| YUV | 62.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 64 | 45 | 0 | 0.02 | 0.31 | 0.75 | 57 | 0.18 | 0.22 |
| Hex | 41 | 40 | 2D | 0 | 2 | 1F | 4B | 39 | 12 | 16 |
| Octal | 101 | 100 | 55 | 0 | 2 | 37 | 113 | 71 | 22 | 26 |
| Binary | 1000001 | 1000000 | 101101 | 0 | 10 | 11111 | 1001011 | 111001 | 10010 | 10110 |
Color Harmonies of #41402D
Complementary color
Monochromatic Colors of #41402D
Black with #41402D
Text Example
Text Example
White with #41402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41402D; }
p { color: rgb(65,64,45); }
H1.HeaderClassName
{
color: #41402D;
}
.AnyTagClassName
{
color: #41402D;
}
</style>
background-color css
<style>
a { background-color: #41402D; }
a { background-color: rgb(65,64,45); }
div.DivClassName
{
background-color: #41402D;
}
.BgClassName
{
background-color: #41402D;
}
</style>
border-color css
<style>
span { border-color: #41402D; }
span { border-color: rgb(65,64,45); }
td.TdClassName
{
border-color: #41402D;
}
.TagClassName
{
border-color: #41402D;
}
</style>