Shades of Mountbatten Pink #90748D
Tints of Mountbatten Pink #90748D
RGB
CMYK
RGB Variations
Color information
#90748D (or 0x90748D) is known color: Mountbatten Pink. HEX triplet: 90, 74 and 8D. RGB value is (144,116,141). Sum of RGB (Red+Green+Blue) = 144+116+141=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 144 - color contains mainly: red. Hex color #90748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90748D is #6F8B72. Grayscale: #7F7F7F. Windows color (decimal): -7310195 or 9270416. OLE color: 9270416.
HSL color Cylindrical-coordinate representation of color #90748D: hue angle of 306.43º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90748D is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 116 | 141 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.44 |
| HSL | 306.43º | 0.11% | 0.51% | - |
| HSV(B) | 306.43º | 0.19% | 0.56% | - |
| XYZ | 22.55 | 20.34 | 27.94 | - |
| YUV | 127.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 116 | 141 | 0 | 0.19 | 0.02 | 0.44 | 306.43 | 0.11 | 0.51 |
| Hex | 90 | 74 | 8D | 0 | 13 | 2 | 2C | 132 | B | 33 |
| Octal | 220 | 164 | 215 | 0 | 23 | 2 | 54 | 462 | 13 | 63 |
| Binary | 10010000 | 1110100 | 10001101 | 0 | 10011 | 10 | 101100 | 100110010 | 1011 | 110011 |
Color Harmonies of #90748D
Complementary color
Monochromatic Colors of #90748D
Black with #90748D
Text Example
Text Example
White with #90748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90748D; }
p { color: rgb(144,116,141); }
H1.HeaderClassName
{
color: #90748D;
}
.AnyTagClassName
{
color: #90748D;
}
</style>
background-color css
<style>
a { background-color: #90748D; }
a { background-color: rgb(144,116,141); }
div.DivClassName
{
background-color: #90748D;
}
.BgClassName
{
background-color: #90748D;
}
</style>
border-color css
<style>
span { border-color: #90748D; }
span { border-color: rgb(144,116,141); }
td.TdClassName
{
border-color: #90748D;
}
.TagClassName
{
border-color: #90748D;
}
</style>