Shades of Slugger #433229
Tints of Slugger #433229
RGB
CMYK
RGB Variations
Color information
#433229 (or 0x433229) is known color: Slugger. HEX triplet: 43, 32 and 29. RGB value is (67,50,41). Sum of RGB (Red+Green+Blue) = 67+50+41=158 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.41% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 67 - color contains mainly: red. Hex color #433229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433229 is #BCCDD6. Grayscale: #363636. Windows color (decimal): -12373463 or 2699843. OLE color: 2699843.
HSL color Cylindrical-coordinate representation of color #433229: hue angle of 20.77º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #433229 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 50 | 41 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.74 |
| HSL | 20.77º | 0.24% | 0.21% | - |
| HSV(B) | 20.77º | 0.39% | 0.26% | - |
| XYZ | 3.86 | 3.63 | 2.6 | - |
| YUV | 54.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 41 | 0 | 0.25 | 0.39 | 0.74 | 20.77 | 0.24 | 0.21 |
| Hex | 43 | 32 | 29 | 0 | 19 | 27 | 4A | 15 | 18 | 15 |
| Octal | 103 | 62 | 51 | 0 | 31 | 47 | 112 | 25 | 30 | 25 |
| Binary | 1000011 | 110010 | 101001 | 0 | 11001 | 100111 | 1001010 | 10101 | 11000 | 10101 |
Color Harmonies of #433229
Complementary color
Monochromatic Colors of #433229
Black with #433229
Text Example
Text Example
White with #433229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433229; }
p { color: rgb(67,50,41); }
H1.HeaderClassName
{
color: #433229;
}
.AnyTagClassName
{
color: #433229;
}
</style>
background-color css
<style>
a { background-color: #433229; }
a { background-color: rgb(67,50,41); }
div.DivClassName
{
background-color: #433229;
}
.BgClassName
{
background-color: #433229;
}
</style>
border-color css
<style>
span { border-color: #433229; }
span { border-color: rgb(67,50,41); }
td.TdClassName
{
border-color: #433229;
}
.TagClassName
{
border-color: #433229;
}
</style>