Shades of El Paso #42411D
Tints of El Paso #42411D
RGB
CMYK
RGB Variations
Color information
#42411D (or 0x42411D) is known color: El Paso. HEX triplet: 42, 41 and 1D. RGB value is (66,65,29). Sum of RGB (Red+Green+Blue) = 66+65+29=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 66 - color contains mainly: red. Hex color #42411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42411D is #BDBEE2. Grayscale: #3D3D3D. Windows color (decimal): -12435171 or 1917250. OLE color: 1917250.
HSL color Cylindrical-coordinate representation of color #42411D: hue angle of 58.38º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42411D is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 65 | 29 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.74 |
| HSL | 58.38º | 0.39% | 0.19% | - |
| HSV(B) | 58.38º | 0.56% | 0.26% | - |
| XYZ | 4.36 | 5.03 | 1.9 | - |
| YUV | 61.2 | 109.83 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 29 | 0 | 0.02 | 0.56 | 0.74 | 58.38 | 0.39 | 0.19 |
| Hex | 42 | 41 | 1D | 0 | 2 | 38 | 4A | 3A | 27 | 13 |
| Octal | 102 | 101 | 35 | 0 | 2 | 70 | 112 | 72 | 47 | 23 |
| Binary | 1000010 | 1000001 | 11101 | 0 | 10 | 111000 | 1001010 | 111010 | 100111 | 10011 |
Color Harmonies of #42411D
Complementary color
Monochromatic Colors of #42411D
Black with #42411D
Text Example
Text Example
White with #42411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42411D; }
p { color: rgb(66,65,29); }
H1.HeaderClassName
{
color: #42411D;
}
.AnyTagClassName
{
color: #42411D;
}
</style>
background-color css
<style>
a { background-color: #42411D; }
a { background-color: rgb(66,65,29); }
div.DivClassName
{
background-color: #42411D;
}
.BgClassName
{
background-color: #42411D;
}
</style>
border-color css
<style>
span { border-color: #42411D; }
span { border-color: rgb(66,65,29); }
td.TdClassName
{
border-color: #42411D;
}
.TagClassName
{
border-color: #42411D;
}
</style>