Shades of El Paso #404221
Tints of El Paso #404221
RGB
CMYK
RGB Variations
Color information
#404221 (or 0x404221) is known color: El Paso. HEX triplet: 40, 42 and 21. RGB value is (64,66,33). Sum of RGB (Red+Green+Blue) = 64+66+33=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 66 - color contains mainly: green. Hex color #404221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404221 is #BFBDDE. Grayscale: #3D3D3D. Windows color (decimal): -12565983 or 2179648. OLE color: 2179648.
HSL color Cylindrical-coordinate representation of color #404221: hue angle of 63.64º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #404221 is Cyan = 0.03, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 66 | 33 | - |
| CMYK | 0.03 | 0 | 0.5 | 0.74 |
| HSL | 63.64º | 0.33% | 0.19% | - |
| HSV(B) | 63.64º | 0.5% | 0.26% | - |
| XYZ | 4.34 | 5.1 | 2.19 | - |
| YUV | 61.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 33 | 0.03 | 0 | 0.5 | 0.74 | 63.64 | 0.33 | 0.19 |
| Hex | 40 | 42 | 21 | 3 | 0 | 32 | 4A | 40 | 21 | 13 |
| Octal | 100 | 102 | 41 | 3 | 0 | 62 | 112 | 100 | 41 | 23 |
| Binary | 1000000 | 1000010 | 100001 | 11 | 0 | 110010 | 1001010 | 1000000 | 100001 | 10011 |
Color Harmonies of #404221
Complementary color
Monochromatic Colors of #404221
Black with #404221
Text Example
Text Example
White with #404221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404221; }
p { color: rgb(64,66,33); }
H1.HeaderClassName
{
color: #404221;
}
.AnyTagClassName
{
color: #404221;
}
</style>
background-color css
<style>
a { background-color: #404221; }
a { background-color: rgb(64,66,33); }
div.DivClassName
{
background-color: #404221;
}
.BgClassName
{
background-color: #404221;
}
</style>
border-color css
<style>
span { border-color: #404221; }
span { border-color: rgb(64,66,33); }
td.TdClassName
{
border-color: #404221;
}
.TagClassName
{
border-color: #404221;
}
</style>