Shades of El Paso #40421E
Tints of El Paso #40421E
RGB
CMYK
RGB Variations
Color information
#40421E (or 0x40421E) is known color: El Paso. HEX triplet: 40, 42 and 1E. RGB value is (64,66,30). Sum of RGB (Red+Green+Blue) = 64+66+30=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #40421E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40421E is #BFBDE1. Grayscale: #3D3D3D. Windows color (decimal): -12565986 or 1983040. OLE color: 1983040.
HSL color Cylindrical-coordinate representation of color #40421E: hue angle of 63.33º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40421E is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 66 | 30 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.74 |
| HSL | 63.33º | 0.38% | 0.19% | - |
| HSV(B) | 63.33º | 0.55% | 0.26% | - |
| XYZ | 4.3 | 5.08 | 1.98 | - |
| YUV | 61.3 | 110.34 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 30 | 0.03 | 0 | 0.55 | 0.74 | 63.33 | 0.38 | 0.19 |
| Hex | 40 | 42 | 1E | 3 | 0 | 37 | 4A | 3F | 26 | 13 |
| Octal | 100 | 102 | 36 | 3 | 0 | 67 | 112 | 77 | 46 | 23 |
| Binary | 1000000 | 1000010 | 11110 | 11 | 0 | 110111 | 1001010 | 111111 | 100110 | 10011 |
Color Harmonies of #40421E
Complementary color
Monochromatic Colors of #40421E
Black with #40421E
Text Example
Text Example
White with #40421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40421E; }
p { color: rgb(64,66,30); }
H1.HeaderClassName
{
color: #40421E;
}
.AnyTagClassName
{
color: #40421E;
}
</style>
background-color css
<style>
a { background-color: #40421E; }
a { background-color: rgb(64,66,30); }
div.DivClassName
{
background-color: #40421E;
}
.BgClassName
{
background-color: #40421E;
}
</style>
border-color css
<style>
span { border-color: #40421E; }
span { border-color: rgb(64,66,30); }
td.TdClassName
{
border-color: #40421E;
}
.TagClassName
{
border-color: #40421E;
}
</style>