Html Css Color HEX #90738A Mountbatten Pink

📋 copy color: '#90738A'

red 144 ◦ green 115 ◦ blue 138

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

Shades of Mountbatten Pink #90738A

Tints of Mountbatten Pink #90738A

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.3% from 255) = 34.76%

R = 36.27%
G = 28.97%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

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

RGB 144 115 138 -
CMYK 0 0.20 0.04 0.44
HSL 312.41º 0.12% 0.51% -
HSV(B) 312.41º 0.2% 0.56% -
XYZ 22.22 20.03 26.74 -
YUV 126.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 144 115 138 0 0.20 0.04 0.44 312.41 0.12 0.51
Hex 90 73 8A 0 14 4 2C 138 C 33
Octal 220 163 212 0 24 4 54 470 14 63
Binary 10010000 1110011 10001010 0 10100 100 101100 100111000 1100 110011

Color Harmonies of #90738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90738A

Black with #90738A

Text Example


Text Example

White with #90738A

Text Example


Text Example

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