Shades of Slugger #40322B
Tints of Slugger #40322B
RGB
CMYK
RGB Variations
Color information
#40322B (or 0x40322B) is known color: Slugger. HEX triplet: 40, 32 and 2B. RGB value is (64,50,43). Sum of RGB (Red+Green+Blue) = 64+50+43=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #40322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40322B is #BFCDD4. Grayscale: #353535. Windows color (decimal): -12570069 or 2830912. OLE color: 2830912.
HSL color Cylindrical-coordinate representation of color #40322B: hue angle of 20º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40322B is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 50 | 43 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.75 |
| HSL | 20º | 0.2% | 0.21% | - |
| HSV(B) | 20º | 0.33% | 0.25% | - |
| XYZ | 3.69 | 3.55 | 2.78 | - |
| YUV | 53.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 43 | 0 | 0.22 | 0.33 | 0.75 | 20 | 0.2 | 0.21 |
| Hex | 40 | 32 | 2B | 0 | 16 | 21 | 4B | 14 | 14 | 15 |
| Octal | 100 | 62 | 53 | 0 | 26 | 41 | 113 | 24 | 24 | 25 |
| Binary | 1000000 | 110010 | 101011 | 0 | 10110 | 100001 | 1001011 | 10100 | 10100 | 10101 |
Color Harmonies of #40322B
Complementary color
Monochromatic Colors of #40322B
Black with #40322B
Text Example
Text Example
White with #40322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40322B; }
p { color: rgb(64,50,43); }
H1.HeaderClassName
{
color: #40322B;
}
.AnyTagClassName
{
color: #40322B;
}
</style>
background-color css
<style>
a { background-color: #40322B; }
a { background-color: rgb(64,50,43); }
div.DivClassName
{
background-color: #40322B;
}
.BgClassName
{
background-color: #40322B;
}
</style>
border-color css
<style>
span { border-color: #40322B; }
span { border-color: rgb(64,50,43); }
td.TdClassName
{
border-color: #40322B;
}
.TagClassName
{
border-color: #40322B;
}
</style>