Shades of El Paso #42411A
Tints of El Paso #42411A
RGB
CMYK
RGB Variations
Color information
#42411A (or 0x42411A) is known color: El Paso. HEX triplet: 42, 41 and 1A. RGB value is (66,65,26). Sum of RGB (Red+Green+Blue) = 66+65+26=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 66 - color contains mainly: red. Hex color #42411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42411A is #BDBEE5. Grayscale: #3D3D3D. Windows color (decimal): -12435174 or 1720642. OLE color: 1720642.
HSL color Cylindrical-coordinate representation of color #42411A: hue angle of 58.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42411A is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 65 | 26 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.74 |
| HSL | 58.5º | 0.43% | 0.18% | - |
| HSV(B) | 58.5º | 0.61% | 0.26% | - |
| XYZ | 4.32 | 5.01 | 1.72 | - |
| YUV | 60.85 | 108.33 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 26 | 0 | 0.02 | 0.61 | 0.74 | 58.5 | 0.43 | 0.18 |
| Hex | 42 | 41 | 1A | 0 | 2 | 3D | 4A | 3A | 2B | 12 |
| Octal | 102 | 101 | 32 | 0 | 2 | 75 | 112 | 72 | 53 | 22 |
| Binary | 1000010 | 1000001 | 11010 | 0 | 10 | 111101 | 1001010 | 111010 | 101011 | 10010 |
Color Harmonies of #42411A
Complementary color
Monochromatic Colors of #42411A
Black with #42411A
Text Example
Text Example
White with #42411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42411A; }
p { color: rgb(66,65,26); }
H1.HeaderClassName
{
color: #42411A;
}
.AnyTagClassName
{
color: #42411A;
}
</style>
background-color css
<style>
a { background-color: #42411A; }
a { background-color: rgb(66,65,26); }
div.DivClassName
{
background-color: #42411A;
}
.BgClassName
{
background-color: #42411A;
}
</style>
border-color css
<style>
span { border-color: #42411A; }
span { border-color: rgb(66,65,26); }
td.TdClassName
{
border-color: #42411A;
}
.TagClassName
{
border-color: #42411A;
}
</style>