Shades of El Paso #42412A
Tints of El Paso #42412A
RGB
CMYK
RGB Variations
Color information
#42412A (or 0x42412A) is known color: El Paso. HEX triplet: 42, 41 and 2A. RGB value is (66,65,42). Sum of RGB (Red+Green+Blue) = 66+65+42=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 66 - color contains mainly: red. Hex color #42412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42412A is #BDBED5. Grayscale: #3E3E3E. Windows color (decimal): -12435158 or 2769218. OLE color: 2769218.
HSL color Cylindrical-coordinate representation of color #42412A: hue angle of 57.5º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #42412A is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 65 | 42 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.74 |
| HSL | 57.5º | 0.22% | 0.21% | - |
| HSV(B) | 57.5º | 0.36% | 0.26% | - |
| XYZ | 4.55 | 5.11 | 2.94 | - |
| YUV | 62.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 42 | 0 | 0.02 | 0.36 | 0.74 | 57.5 | 0.22 | 0.21 |
| Hex | 42 | 41 | 2A | 0 | 2 | 24 | 4A | 3A | 16 | 15 |
| Octal | 102 | 101 | 52 | 0 | 2 | 44 | 112 | 72 | 26 | 25 |
| Binary | 1000010 | 1000001 | 101010 | 0 | 10 | 100100 | 1001010 | 111010 | 10110 | 10101 |
Color Harmonies of #42412A
Complementary color
Monochromatic Colors of #42412A
Black with #42412A
Text Example
Text Example
White with #42412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42412A; }
p { color: rgb(66,65,42); }
H1.HeaderClassName
{
color: #42412A;
}
.AnyTagClassName
{
color: #42412A;
}
</style>
background-color css
<style>
a { background-color: #42412A; }
a { background-color: rgb(66,65,42); }
div.DivClassName
{
background-color: #42412A;
}
.BgClassName
{
background-color: #42412A;
}
</style>
border-color css
<style>
span { border-color: #42412A; }
span { border-color: rgb(66,65,42); }
td.TdClassName
{
border-color: #42412A;
}
.TagClassName
{
border-color: #42412A;
}
</style>