Shades of Slugger #413329
Tints of Slugger #413329
RGB
CMYK
RGB Variations
Color information
#413329 (or 0x413329) is known color: Slugger. HEX triplet: 41, 33 and 29. RGB value is (65,51,41). Sum of RGB (Red+Green+Blue) = 65+51+41=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #413329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413329 is #BECCD6. Grayscale: #363636. Windows color (decimal): -12504279 or 2700097. OLE color: 2700097.
HSL color Cylindrical-coordinate representation of color #413329: hue angle of 25º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #413329 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 51 | 41 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.75 |
| HSL | 25º | 0.23% | 0.21% | - |
| HSV(B) | 25º | 0.37% | 0.25% | - |
| XYZ | 3.76 | 3.65 | 2.6 | - |
| YUV | 54.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 41 | 0 | 0.22 | 0.37 | 0.75 | 25 | 0.23 | 0.21 |
| Hex | 41 | 33 | 29 | 0 | 16 | 25 | 4B | 19 | 17 | 15 |
| Octal | 101 | 63 | 51 | 0 | 26 | 45 | 113 | 31 | 27 | 25 |
| Binary | 1000001 | 110011 | 101001 | 0 | 10110 | 100101 | 1001011 | 11001 | 10111 | 10101 |
Color Harmonies of #413329
Complementary color
Monochromatic Colors of #413329
Black with #413329
Text Example
Text Example
White with #413329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413329; }
p { color: rgb(65,51,41); }
H1.HeaderClassName
{
color: #413329;
}
.AnyTagClassName
{
color: #413329;
}
</style>
background-color css
<style>
a { background-color: #413329; }
a { background-color: rgb(65,51,41); }
div.DivClassName
{
background-color: #413329;
}
.BgClassName
{
background-color: #413329;
}
</style>
border-color css
<style>
span { border-color: #413329; }
span { border-color: rgb(65,51,41); }
td.TdClassName
{
border-color: #413329;
}
.TagClassName
{
border-color: #413329;
}
</style>