#90718B

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

Shades of Mountbatten Pink #90718B

Tints of Mountbatten Pink #90718B

Color information

#90718B (or 0x90718B) is unknown color: approx Mountbatten Pink. HEX triplet: 90, 71 and 8B. RGB value is (144,113,139). Sum of RGB (Red+Green+Blue) = 144+113+139=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 144 - color contains mainly: red. Hex color #90718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90718B is #6F8E74. Grayscale: #7D7D7D. Windows color (decimal): -7310965 or 9138576. OLE color: 9138576.

HSL color Cylindrical-coordinate representation of color #90718B: hue angle of 309.68º 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 #90718B is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB144113139-
CMYK00.220.030.44
HSL309.68º12.25%50.39%-
HSV(B)309.68º21.53%56.47%-
XYZ22.0719.627.05-
YUV125.23135.77141.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.36%
GREEN value IS 113 (44.53% from 255) = 28.54%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=36.36%
G=28.54%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411313900.220.030.44309.6812.2550.39
Hex90718B01632C136c32
Octal2201612130263544661462
Binary10010000111000110001011010110111011001001101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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