Shades of Slugger #403229
Tints of Slugger #403229
RGB
CMYK
RGB Variations
Color information
#403229 (or 0x403229) is known color: Slugger. HEX triplet: 40, 32 and 29. RGB value is (64,50,41). Sum of RGB (Red+Green+Blue) = 64+50+41=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #403229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403229 is #BFCDD6. Grayscale: #353535. Windows color (decimal): -12570071 or 2699840. OLE color: 2699840.
HSL color Cylindrical-coordinate representation of color #403229: hue angle of 23.48º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #403229 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 50 | 41 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.75 |
| HSL | 23.48º | 0.22% | 0.21% | - |
| HSV(B) | 23.48º | 0.36% | 0.25% | - |
| XYZ | 3.66 | 3.53 | 2.59 | - |
| YUV | 53.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 41 | 0 | 0.22 | 0.36 | 0.75 | 23.48 | 0.22 | 0.21 |
| Hex | 40 | 32 | 29 | 0 | 16 | 24 | 4B | 17 | 16 | 15 |
| Octal | 100 | 62 | 51 | 0 | 26 | 44 | 113 | 27 | 26 | 25 |
| Binary | 1000000 | 110010 | 101001 | 0 | 10110 | 100100 | 1001011 | 10111 | 10110 | 10101 |
Color Harmonies of #403229
Complementary color
Monochromatic Colors of #403229
Black with #403229
Text Example
Text Example
White with #403229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403229; }
p { color: rgb(64,50,41); }
H1.HeaderClassName
{
color: #403229;
}
.AnyTagClassName
{
color: #403229;
}
</style>
background-color css
<style>
a { background-color: #403229; }
a { background-color: rgb(64,50,41); }
div.DivClassName
{
background-color: #403229;
}
.BgClassName
{
background-color: #403229;
}
</style>
border-color css
<style>
span { border-color: #403229; }
span { border-color: rgb(64,50,41); }
td.TdClassName
{
border-color: #403229;
}
.TagClassName
{
border-color: #403229;
}
</style>