Shades of Slugger #42322A
Tints of Slugger #42322A
RGB
CMYK
RGB Variations
Color information
#42322A (or 0x42322A) is known color: Slugger. HEX triplet: 42, 32 and 2A. RGB value is (66,50,42). Sum of RGB (Red+Green+Blue) = 66+50+42=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #42322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42322A is #BDCDD5. Grayscale: #353535. Windows color (decimal): -12438998 or 2765378. OLE color: 2765378.
HSL color Cylindrical-coordinate representation of color #42322A: hue angle of 20º 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 #42322A is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 50 | 42 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.74 |
| HSL | 20º | 0.22% | 0.21% | - |
| HSV(B) | 20º | 0.36% | 0.26% | - |
| XYZ | 3.81 | 3.61 | 2.69 | - |
| YUV | 53.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 50 | 42 | 0 | 0.24 | 0.36 | 0.74 | 20 | 0.22 | 0.21 |
| Hex | 42 | 32 | 2A | 0 | 18 | 24 | 4A | 14 | 16 | 15 |
| Octal | 102 | 62 | 52 | 0 | 30 | 44 | 112 | 24 | 26 | 25 |
| Binary | 1000010 | 110010 | 101010 | 0 | 11000 | 100100 | 1001010 | 10100 | 10110 | 10101 |
Color Harmonies of #42322A
Complementary color
Monochromatic Colors of #42322A
Black with #42322A
Text Example
Text Example
White with #42322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42322A; }
p { color: rgb(66,50,42); }
H1.HeaderClassName
{
color: #42322A;
}
.AnyTagClassName
{
color: #42322A;
}
</style>
background-color css
<style>
a { background-color: #42322A; }
a { background-color: rgb(66,50,42); }
div.DivClassName
{
background-color: #42322A;
}
.BgClassName
{
background-color: #42322A;
}
</style>
border-color css
<style>
span { border-color: #42322A; }
span { border-color: rgb(66,50,42); }
td.TdClassName
{
border-color: #42322A;
}
.TagClassName
{
border-color: #42322A;
}
</style>