#90738B

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

Shades of Mountbatten Pink #90738B

Tints of Mountbatten Pink #90738B

Color information

#90738B (or 0x90738B) is unknown color: approx Mountbatten Pink. HEX triplet: 90, 73 and 8B. RGB value is (144,115,139). Sum of RGB (Red+Green+Blue) = 144+115+139=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 144 - color contains mainly: red. Hex color #90738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90738B is #6F8C74. Grayscale: #7E7E7E. Windows color (decimal): -7310453 or 9139088. OLE color: 9139088.

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

Color convert

RGB144115139-
CMYK00.200.030.44
HSL310.34º11.55%50.78%-
HSV(B)310.34º20.14%56.47%-
XYZ22.2920.0527.12-
YUV126.41135.11140.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.18%
GREEN value IS 115 (45.31% from 255) = 28.89%
BLUE value IS 139 (54.69% from 255) = 34.92%
R=36.18%
G=28.89%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411513900.200.030.44310.3411.5550.78
Hex90738B01432C136c33
Octal2201632130243544661463
Binary10010000111001110001011010100111011001001101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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