Html Css Color HEX #90738B Mountbatten Pink

📋 copy color: '#90738B'

red 144 ◦ green 115 ◦ blue 139

#90738B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #90738B

Tints of Mountbatten Pink #90738B

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 value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#90738B (or 0x90738B) is known color: 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

RGB 144 115 139 -
CMYK 0 0.20 0.03 0.44
HSL 310.34º 0.12% 0.51% -
HSV(B) 310.34º 0.2% 0.56% -
XYZ 22.29 20.05 27.12 -
YUV 126.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 144 115 139 0 0.20 0.03 0.44 310.34 0.12 0.51
Hex 90 73 8B 0 14 3 2C 136 C 33
Octal 220 163 213 0 24 3 54 466 14 63
Binary 10010000 1110011 10001011 0 10100 11 101100 100110110 1100 110011

Color Harmonies of #90738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90738B

Black with #90738B

Text Example


Text Example

White with #90738B

Text Example


Text Example

HTML Codes & Css Web 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>