Shades of Slugger #41322A
Tints of Slugger #41322A
RGB
CMYK
RGB Variations
Color information
#41322A (or 0x41322A) is known color: Slugger. HEX triplet: 41, 32 and 2A. RGB value is (65,50,42). Sum of RGB (Red+Green+Blue) = 65+50+42=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #41322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41322A is #BECDD5. Grayscale: #353535. Windows color (decimal): -12504534 or 2765377. OLE color: 2765377.
HSL color Cylindrical-coordinate representation of color #41322A: hue angle of 20.87º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #41322A is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 50 | 42 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.75 |
| HSL | 20.87º | 0.21% | 0.21% | - |
| HSV(B) | 20.87º | 0.35% | 0.25% | - |
| XYZ | 3.74 | 3.57 | 2.68 | - |
| YUV | 53.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 50 | 42 | 0 | 0.23 | 0.35 | 0.75 | 20.87 | 0.21 | 0.21 |
| Hex | 41 | 32 | 2A | 0 | 17 | 23 | 4B | 15 | 15 | 15 |
| Octal | 101 | 62 | 52 | 0 | 27 | 43 | 113 | 25 | 25 | 25 |
| Binary | 1000001 | 110010 | 101010 | 0 | 10111 | 100011 | 1001011 | 10101 | 10101 | 10101 |
Color Harmonies of #41322A
Complementary color
Monochromatic Colors of #41322A
Black with #41322A
Text Example
Text Example
White with #41322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41322A; }
p { color: rgb(65,50,42); }
H1.HeaderClassName
{
color: #41322A;
}
.AnyTagClassName
{
color: #41322A;
}
</style>
background-color css
<style>
a { background-color: #41322A; }
a { background-color: rgb(65,50,42); }
div.DivClassName
{
background-color: #41322A;
}
.BgClassName
{
background-color: #41322A;
}
</style>
border-color css
<style>
span { border-color: #41322A; }
span { border-color: rgb(65,50,42); }
td.TdClassName
{
border-color: #41322A;
}
.TagClassName
{
border-color: #41322A;
}
</style>