Shades of Slugger #403129
Tints of Slugger #403129
RGB
CMYK
RGB Variations
Color information
#403129 (or 0x403129) is known color: Slugger. HEX triplet: 40, 31 and 29. RGB value is (64,49,41). Sum of RGB (Red+Green+Blue) = 64+49+41=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #403129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403129 is #BFCED6. Grayscale: #343434. Windows color (decimal): -12570327 or 2699584. OLE color: 2699584.
HSL color Cylindrical-coordinate representation of color #403129: hue angle of 20.87º 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 #403129 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 49 | 41 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.75 |
| HSL | 20.87º | 0.22% | 0.21% | - |
| HSV(B) | 20.87º | 0.36% | 0.25% | - |
| XYZ | 3.61 | 3.45 | 2.57 | - |
| YUV | 52.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 41 | 0 | 0.23 | 0.36 | 0.75 | 20.87 | 0.22 | 0.21 |
| Hex | 40 | 31 | 29 | 0 | 17 | 24 | 4B | 15 | 16 | 15 |
| Octal | 100 | 61 | 51 | 0 | 27 | 44 | 113 | 25 | 26 | 25 |
| Binary | 1000000 | 110001 | 101001 | 0 | 10111 | 100100 | 1001011 | 10101 | 10110 | 10101 |
Color Harmonies of #403129
Complementary color
Monochromatic Colors of #403129
Black with #403129
Text Example
Text Example
White with #403129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403129; }
p { color: rgb(64,49,41); }
H1.HeaderClassName
{
color: #403129;
}
.AnyTagClassName
{
color: #403129;
}
</style>
background-color css
<style>
a { background-color: #403129; }
a { background-color: rgb(64,49,41); }
div.DivClassName
{
background-color: #403129;
}
.BgClassName
{
background-color: #403129;
}
</style>
border-color css
<style>
span { border-color: #403129; }
span { border-color: rgb(64,49,41); }
td.TdClassName
{
border-color: #403129;
}
.TagClassName
{
border-color: #403129;
}
</style>