#90728E

Color #90728E Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #90728E

Tints of Mountbatten Pink #90728E

Color information

#90728E (or 0x90728E) is unknown color: approx Mountbatten Pink. HEX triplet: 90, 72 and 8E. RGB value is (144,114,142). Sum of RGB (Red+Green+Blue) = 144+114+142=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 144 - color contains mainly: red. Hex color #90728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90728E is #6F8D71. Grayscale: #7E7E7E. Windows color (decimal): -7310706 or 9335440. OLE color: 9335440.

HSL color Cylindrical-coordinate representation of color #90728E: hue angle of 304º 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 #90728E is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB144114142-
CMYK00.210.010.44
HSL304º11.9%50.59%-
HSV(B)304º20.83%56.47%-
XYZ22.419.9228.25-
YUV126.16136.94140.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 36%
GREEN value IS 114 (44.92% from 255) = 28.5%
BLUE value IS 142 (55.86% from 255) = 35.5%
R=36%
G=28.5%
B=35.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411414200.210.010.4430411.950.59
Hex90728E01512C130c33
Octal2201622160251544601463
Binary1001000011100101000111001010111011001001100001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90728E; }

 p { color: rgb(144,114,142); }

 H1.HeaderClassName
 {
   color: #90728E;
 }
 .AnyTagClassName
 {
   color: #90728E;
 }
</style>
background-color css

<style>
 a { background-color: #90728E; }

 a { background-color: rgb(144,114,142); }

 div.DivClassName
 {
   background-color: #90728E;
 }
 .BgClassName
 {
   background-color: #90728E;
 }
</style>
border-color css

<style>
 span { border-color: #90728E; }

 span { border-color: rgb(144,114,142); }

 td.TdClassName
 {
   border-color: #90728E;
 }
 .TagClassName
 {
   border-color: #90728E;
 }
</style>