#90718A

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

Shades of Mountbatten Pink #90718A

Tints of Mountbatten Pink #90718A

Color information

#90718A (or 0x90718A) is unknown color: approx Mountbatten Pink. HEX triplet: 90, 71 and 8A. RGB value is (144,113,138). Sum of RGB (Red+Green+Blue) = 144+113+138=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 144 - color contains mainly: red. Hex color #90718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90718A is #6F8E75. Grayscale: #7D7D7D. Windows color (decimal): -7310966 or 9073040. OLE color: 9073040.

HSL color Cylindrical-coordinate representation of color #90718A: hue angle of 311.61º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #90718A is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB144113138-
CMYK00.220.040.44
HSL311.61º12.25%50.39%-
HSV(B)311.61º21.53%56.47%-
XYZ21.9919.5726.66-
YUV125.12135.27141.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.46%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 138 (54.30% from 255) = 34.94%
R=36.46%
G=28.61%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411313800.220.040.44311.6112.2550.39
Hex90718A01642C138c32
Octal2201612120264544701462
Binary100100001110001100010100101101001011001001110001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90718A; }

 p { color: rgb(144,113,138); }

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

<style>
 a { background-color: #90718A; }

 a { background-color: rgb(144,113,138); }

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

<style>
 span { border-color: #90718A; }

 span { border-color: rgb(144,113,138); }

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