Shades of Slugger #443329
Tints of Slugger #443329
RGB
CMYK
RGB Variations
Color information
#443329 (or 0x443329) is known color: Slugger. HEX triplet: 44, 33 and 29. RGB value is (68,51,41). Sum of RGB (Red+Green+Blue) = 68+51+41=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 68 - color contains mainly: red. Hex color #443329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443329 is #BBCCD6. Grayscale: #363636. Windows color (decimal): -12307671 or 2700100. OLE color: 2700100.
HSL color Cylindrical-coordinate representation of color #443329: hue angle of 22.22º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #443329 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 51 | 41 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.73 |
| HSL | 22.22º | 0.25% | 0.21% | - |
| HSV(B) | 22.22º | 0.4% | 0.27% | - |
| XYZ | 3.97 | 3.76 | 2.61 | - |
| YUV | 54.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 51 | 41 | 0 | 0.25 | 0.40 | 0.73 | 22.22 | 0.25 | 0.21 |
| Hex | 44 | 33 | 29 | 0 | 19 | 28 | 49 | 16 | 19 | 15 |
| Octal | 104 | 63 | 51 | 0 | 31 | 50 | 111 | 26 | 31 | 25 |
| Binary | 1000100 | 110011 | 101001 | 0 | 11001 | 101000 | 1001001 | 10110 | 11001 | 10101 |
Color Harmonies of #443329
Complementary color
Monochromatic Colors of #443329
Black with #443329
Text Example
Text Example
White with #443329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443329; }
p { color: rgb(68,51,41); }
H1.HeaderClassName
{
color: #443329;
}
.AnyTagClassName
{
color: #443329;
}
</style>
background-color css
<style>
a { background-color: #443329; }
a { background-color: rgb(68,51,41); }
div.DivClassName
{
background-color: #443329;
}
.BgClassName
{
background-color: #443329;
}
</style>
border-color css
<style>
span { border-color: #443329; }
span { border-color: rgb(68,51,41); }
td.TdClassName
{
border-color: #443329;
}
.TagClassName
{
border-color: #443329;
}
</style>