Shades of Slugger #413128
Tints of Slugger #413128
RGB
CMYK
RGB Variations
Color information
#413128 (or 0x413128) is known color: Slugger. HEX triplet: 41, 31 and 28. RGB value is (65,49,40). Sum of RGB (Red+Green+Blue) = 65+49+40=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #413128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413128 is #BECED7. Grayscale: #343434. Windows color (decimal): -12504792 or 2634049. OLE color: 2634049.
HSL color Cylindrical-coordinate representation of color #413128: hue angle of 21.6º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #413128 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 49 | 40 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.75 |
| HSL | 21.6º | 0.24% | 0.21% | - |
| HSV(B) | 21.6º | 0.38% | 0.25% | - |
| XYZ | 3.66 | 3.47 | 2.48 | - |
| YUV | 52.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 49 | 40 | 0 | 0.25 | 0.38 | 0.75 | 21.6 | 0.24 | 0.21 |
| Hex | 41 | 31 | 28 | 0 | 19 | 26 | 4B | 16 | 18 | 15 |
| Octal | 101 | 61 | 50 | 0 | 31 | 46 | 113 | 26 | 30 | 25 |
| Binary | 1000001 | 110001 | 101000 | 0 | 11001 | 100110 | 1001011 | 10110 | 11000 | 10101 |
Color Harmonies of #413128
Complementary color
Monochromatic Colors of #413128
Black with #413128
Text Example
Text Example
White with #413128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413128; }
p { color: rgb(65,49,40); }
H1.HeaderClassName
{
color: #413128;
}
.AnyTagClassName
{
color: #413128;
}
</style>
background-color css
<style>
a { background-color: #413128; }
a { background-color: rgb(65,49,40); }
div.DivClassName
{
background-color: #413128;
}
.BgClassName
{
background-color: #413128;
}
</style>
border-color css
<style>
span { border-color: #413128; }
span { border-color: rgb(65,49,40); }
td.TdClassName
{
border-color: #413128;
}
.TagClassName
{
border-color: #413128;
}
</style>