#90738A

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

Shades of Mountbatten Pink #90738A

Tints of Mountbatten Pink #90738A

Color information

#90738A (or 0x90738A) is unknown color: approx Mountbatten Pink. HEX triplet: 90, 73 and 8A. RGB value is (144,115,138). Sum of RGB (Red+Green+Blue) = 144+115+138=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 144 - color contains mainly: red. Hex color #90738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90738A is #6F8C75. Grayscale: #7E7E7E. Windows color (decimal): -7310454 or 9073552. OLE color: 9073552.

HSL color Cylindrical-coordinate representation of color #90738A: hue angle of 312.41º 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 #90738A is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB144115138-
CMYK00.200.040.44
HSL312.41º11.55%50.78%-
HSV(B)312.41º20.14%56.47%-
XYZ22.2220.0326.74-
YUV126.29134.61140.63-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.27%
GREEN value IS 115 (45.31% from 255) = 28.97%
BLUE value IS 138 (54.30% from 255) = 34.76%
R=36.27%
G=28.97%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411513800.200.040.44312.4111.5550.78
Hex90738A01442C138c33
Octal2201632120244544701463
Binary100100001110011100010100101001001011001001110001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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