Shades of Mountbatten Pink #90728B
Tints of Mountbatten Pink #90728B
RGB
CMYK
RGB Variations
Color information
#90728B (or 0x90728B) is known color: Mountbatten Pink. HEX triplet: 90, 72 and 8B. RGB value is (144,114,139). Sum of RGB (Red+Green+Blue) = 144+114+139=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 144 - color contains mainly: red. Hex color #90728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90728B is #6F8D74. Grayscale: #7D7D7D. Windows color (decimal): -7310709 or 9138832. OLE color: 9138832.
HSL color Cylindrical-coordinate representation of color #90728B: hue angle of 310º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #90728B is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 114 | 139 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.44 |
| HSL | 310º | 0.12% | 0.51% | - |
| HSV(B) | 310º | 0.21% | 0.56% | - |
| XYZ | 22.18 | 19.83 | 27.08 | - |
| YUV | 125.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 139 | 0 | 0.21 | 0.03 | 0.44 | 310 | 0.12 | 0.51 |
| Hex | 90 | 72 | 8B | 0 | 15 | 3 | 2C | 136 | C | 33 |
| Octal | 220 | 162 | 213 | 0 | 25 | 3 | 54 | 466 | 14 | 63 |
| Binary | 10010000 | 1110010 | 10001011 | 0 | 10101 | 11 | 101100 | 100110110 | 1100 | 110011 |
Color Harmonies of #90728B
Complementary color
Monochromatic Colors of #90728B
Black with #90728B
Text Example
Text Example
White with #90728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90728B; }
p { color: rgb(144,114,139); }
H1.HeaderClassName
{
color: #90728B;
}
.AnyTagClassName
{
color: #90728B;
}
</style>
background-color css
<style>
a { background-color: #90728B; }
a { background-color: rgb(144,114,139); }
div.DivClassName
{
background-color: #90728B;
}
.BgClassName
{
background-color: #90728B;
}
</style>
border-color css
<style>
span { border-color: #90728B; }
span { border-color: rgb(144,114,139); }
td.TdClassName
{
border-color: #90728B;
}
.TagClassName
{
border-color: #90728B;
}
</style>