Shades of Slugger #40322A
Tints of Slugger #40322A
RGB
CMYK
RGB Variations
Color information
#40322A (or 0x40322A) is known color: Slugger. HEX triplet: 40, 32 and 2A. RGB value is (64,50,42). Sum of RGB (Red+Green+Blue) = 64+50+42=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 64 - color contains mainly: red. Hex color #40322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40322A is #BFCDD5. Grayscale: #353535. Windows color (decimal): -12570070 or 2765376. OLE color: 2765376.
HSL color Cylindrical-coordinate representation of color #40322A: hue angle of 21.82º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #40322A is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 50 | 42 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.75 |
| HSL | 21.82º | 0.21% | 0.21% | - |
| HSV(B) | 21.82º | 0.34% | 0.25% | - |
| XYZ | 3.67 | 3.54 | 2.68 | - |
| YUV | 53.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 42 | 0 | 0.22 | 0.34 | 0.75 | 21.82 | 0.21 | 0.21 |
| Hex | 40 | 32 | 2A | 0 | 16 | 22 | 4B | 16 | 15 | 15 |
| Octal | 100 | 62 | 52 | 0 | 26 | 42 | 113 | 26 | 25 | 25 |
| Binary | 1000000 | 110010 | 101010 | 0 | 10110 | 100010 | 1001011 | 10110 | 10101 | 10101 |
Color Harmonies of #40322A
Complementary color
Monochromatic Colors of #40322A
Black with #40322A
Text Example
Text Example
White with #40322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40322A; }
p { color: rgb(64,50,42); }
H1.HeaderClassName
{
color: #40322A;
}
.AnyTagClassName
{
color: #40322A;
}
</style>
background-color css
<style>
a { background-color: #40322A; }
a { background-color: rgb(64,50,42); }
div.DivClassName
{
background-color: #40322A;
}
.BgClassName
{
background-color: #40322A;
}
</style>
border-color css
<style>
span { border-color: #40322A; }
span { border-color: rgb(64,50,42); }
td.TdClassName
{
border-color: #40322A;
}
.TagClassName
{
border-color: #40322A;
}
</style>