Shades of El Paso #414223
Tints of El Paso #414223
RGB
CMYK
RGB Variations
Color information
#414223 (or 0x414223) is known color: El Paso. HEX triplet: 41, 42 and 23. RGB value is (65,66,35). Sum of RGB (Red+Green+Blue) = 65+66+35=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 66 - color contains mainly: green. Hex color #414223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414223 is #BEBDDC. Grayscale: #3E3E3E. Windows color (decimal): -12500445 or 2310721. OLE color: 2310721.
HSL color Cylindrical-coordinate representation of color #414223: hue angle of 61.94º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #414223 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 66 | 35 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.74 |
| HSL | 61.94º | 0.31% | 0.2% | - |
| HSV(B) | 61.94º | 0.47% | 0.26% | - |
| XYZ | 4.43 | 5.14 | 2.35 | - |
| YUV | 62.17 | 112.67 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 35 | 0.02 | 0 | 0.47 | 0.74 | 61.94 | 0.31 | 0.2 |
| Hex | 41 | 42 | 23 | 2 | 0 | 2F | 4A | 3E | 1F | 14 |
| Octal | 101 | 102 | 43 | 2 | 0 | 57 | 112 | 76 | 37 | 24 |
| Binary | 1000001 | 1000010 | 100011 | 10 | 0 | 101111 | 1001010 | 111110 | 11111 | 10100 |
Color Harmonies of #414223
Complementary color
Monochromatic Colors of #414223
Black with #414223
Text Example
Text Example
White with #414223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414223; }
p { color: rgb(65,66,35); }
H1.HeaderClassName
{
color: #414223;
}
.AnyTagClassName
{
color: #414223;
}
</style>
background-color css
<style>
a { background-color: #414223; }
a { background-color: rgb(65,66,35); }
div.DivClassName
{
background-color: #414223;
}
.BgClassName
{
background-color: #414223;
}
</style>
border-color css
<style>
span { border-color: #414223; }
span { border-color: rgb(65,66,35); }
td.TdClassName
{
border-color: #414223;
}
.TagClassName
{
border-color: #414223;
}
</style>