Shades of Slugger #403127
Tints of Slugger #403127
RGB
CMYK
RGB Variations
Color information
#403127 (or 0x403127) is known color: Slugger. HEX triplet: 40, 31 and 27. RGB value is (64,49,39). Sum of RGB (Red+Green+Blue) = 64+49+39=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #403127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403127 is #BFCED8. Grayscale: #343434. Windows color (decimal): -12570329 or 2568512. OLE color: 2568512.
HSL color Cylindrical-coordinate representation of color #403127: hue angle of 24º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #403127 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 49 | 39 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.75 |
| HSL | 24º | 0.24% | 0.2% | - |
| HSV(B) | 24º | 0.39% | 0.25% | - |
| XYZ | 3.58 | 3.43 | 2.39 | - |
| YUV | 52.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 39 | 0 | 0.23 | 0.39 | 0.75 | 24 | 0.24 | 0.2 |
| Hex | 40 | 31 | 27 | 0 | 17 | 27 | 4B | 18 | 18 | 14 |
| Octal | 100 | 61 | 47 | 0 | 27 | 47 | 113 | 30 | 30 | 24 |
| Binary | 1000000 | 110001 | 100111 | 0 | 10111 | 100111 | 1001011 | 11000 | 11000 | 10100 |
Color Harmonies of #403127
Complementary color
Monochromatic Colors of #403127
Black with #403127
Text Example
Text Example
White with #403127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403127; }
p { color: rgb(64,49,39); }
H1.HeaderClassName
{
color: #403127;
}
.AnyTagClassName
{
color: #403127;
}
</style>
background-color css
<style>
a { background-color: #403127; }
a { background-color: rgb(64,49,39); }
div.DivClassName
{
background-color: #403127;
}
.BgClassName
{
background-color: #403127;
}
</style>
border-color css
<style>
span { border-color: #403127; }
span { border-color: rgb(64,49,39); }
td.TdClassName
{
border-color: #403127;
}
.TagClassName
{
border-color: #403127;
}
</style>