Shades of Masala #575148
Tints of Masala #575148
RGB
CMYK
RGB Variations
Color information
#575148 (or 0x575148) is known color: Masala. HEX triplet: 57, 51 and 48. RGB value is (87,81,72). Sum of RGB (Red+Green+Blue) = 87+81+72=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 87 - color contains mainly: red. Hex color #575148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575148 is #A8AEB7. Grayscale: #515151. Windows color (decimal): -11054776 or 4739415. OLE color: 4739415.
HSL color Cylindrical-coordinate representation of color #575148: hue angle of 36º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #575148 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 81 | 72 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.66 |
| HSL | 36º | 0.09% | 0.31% | - |
| HSV(B) | 36º | 0.17% | 0.34% | - |
| XYZ | 8.04 | 8.38 | 7.32 | - |
| YUV | 81.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 72 | 0 | 0.07 | 0.17 | 0.66 | 36 | 0.09 | 0.31 |
| Hex | 57 | 51 | 48 | 0 | 7 | 11 | 42 | 24 | 9 | 1F |
| Octal | 127 | 121 | 110 | 0 | 7 | 21 | 102 | 44 | 11 | 37 |
| Binary | 1010111 | 1010001 | 1001000 | 0 | 111 | 10001 | 1000010 | 100100 | 1001 | 11111 |
Color Harmonies of #575148
Complementary color
Monochromatic Colors of #575148
Black with #575148
Text Example
Text Example
White with #575148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575148; }
p { color: rgb(87,81,72); }
H1.HeaderClassName
{
color: #575148;
}
.AnyTagClassName
{
color: #575148;
}
</style>
background-color css
<style>
a { background-color: #575148; }
a { background-color: rgb(87,81,72); }
div.DivClassName
{
background-color: #575148;
}
.BgClassName
{
background-color: #575148;
}
</style>
border-color css
<style>
span { border-color: #575148; }
span { border-color: rgb(87,81,72); }
td.TdClassName
{
border-color: #575148;
}
.TagClassName
{
border-color: #575148;
}
</style>