#90738D

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

Shades of Mountbatten Pink #90738D

Tints of Mountbatten Pink #90738D

Color information

#90738D (or 0x90738D) is unknown color: approx Mountbatten Pink. HEX triplet: 90, 73 and 8D. RGB value is (144,115,141). Sum of RGB (Red+Green+Blue) = 144+115+141=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 144 - color contains mainly: red. Hex color #90738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90738D is #6F8C72. Grayscale: #7E7E7E. Windows color (decimal): -7310451 or 9270160. OLE color: 9270160.

HSL color Cylindrical-coordinate representation of color #90738D: hue angle of 306.21º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90738D is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB144115141-
CMYK00.200.020.44
HSL306.21º11.55%50.78%-
HSV(B)306.21º20.14%56.47%-
XYZ22.4420.1127.9-
YUV126.64136.11140.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36%
GREEN value IS 115 (45.31% from 255) = 28.75%
BLUE value IS 141 (55.47% from 255) = 35.25%
R=36%
G=28.75%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411514100.200.020.44306.2111.5550.78
Hex90738D01422C132c33
Octal2201632150242544621463
Binary10010000111001110001101010100101011001001100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90738D; }

 p { color: rgb(144,115,141); }

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

<style>
 a { background-color: #90738D; }

 a { background-color: rgb(144,115,141); }

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

<style>
 span { border-color: #90738D; }

 span { border-color: rgb(144,115,141); }

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