Shades of El Paso #424123
Tints of El Paso #424123
RGB
CMYK
RGB Variations
Color information
#424123 (or 0x424123) is known color: El Paso. HEX triplet: 42, 41 and 23. RGB value is (66,65,35). Sum of RGB (Red+Green+Blue) = 66+65+35=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 66 - color contains mainly: red. Hex color #424123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424123 is #BDBEDC. Grayscale: #3E3E3E. Windows color (decimal): -12435165 or 2310466. OLE color: 2310466.
HSL color Cylindrical-coordinate representation of color #424123: hue angle of 58.06º 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 #424123 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 65 | 35 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.74 |
| HSL | 58.06º | 0.31% | 0.2% | - |
| HSV(B) | 58.06º | 0.47% | 0.26% | - |
| XYZ | 4.44 | 5.06 | 2.33 | - |
| YUV | 61.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 35 | 0 | 0.02 | 0.47 | 0.74 | 58.06 | 0.31 | 0.2 |
| Hex | 42 | 41 | 23 | 0 | 2 | 2F | 4A | 3A | 1F | 14 |
| Octal | 102 | 101 | 43 | 0 | 2 | 57 | 112 | 72 | 37 | 24 |
| Binary | 1000010 | 1000001 | 100011 | 0 | 10 | 101111 | 1001010 | 111010 | 11111 | 10100 |
Color Harmonies of #424123
Complementary color
Monochromatic Colors of #424123
Black with #424123
Text Example
Text Example
White with #424123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424123; }
p { color: rgb(66,65,35); }
H1.HeaderClassName
{
color: #424123;
}
.AnyTagClassName
{
color: #424123;
}
</style>
background-color css
<style>
a { background-color: #424123; }
a { background-color: rgb(66,65,35); }
div.DivClassName
{
background-color: #424123;
}
.BgClassName
{
background-color: #424123;
}
</style>
border-color css
<style>
span { border-color: #424123; }
span { border-color: rgb(66,65,35); }
td.TdClassName
{
border-color: #424123;
}
.TagClassName
{
border-color: #424123;
}
</style>