Html Css Color HEX #90748A Mountbatten Pink

📋 copy color: '#90748A'

red 144 ◦ green 116 ◦ blue 138

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

Shades of Mountbatten Pink #90748A

Tints of Mountbatten Pink #90748A

RGB

 RED value IS 144 (56.64% from 255) = 36.18%

 GREEN value IS 116 (45.7% from 255) = 29.15%

 BLUE value IS 138 (54.3% from 255) = 34.67%

R = 36.18%
G = 29.15%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#90748A (or 0x90748A) is known color: Mountbatten Pink. HEX triplet: 90, 74 and 8A. RGB value is (144,116,138). Sum of RGB (Red+Green+Blue) = 144+116+138=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 144 - color contains mainly: red. Hex color #90748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90748A is #6F8B75. Grayscale: #7E7E7E. Windows color (decimal): -7310198 or 9073808. OLE color: 9073808.

HSL color Cylindrical-coordinate representation of color #90748A: hue angle of 312.86º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90748A is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 116 138 -
CMYK 0 0.19 0.04 0.44
HSL 312.86º 0.11% 0.51% -
HSV(B) 312.86º 0.19% 0.56% -
XYZ 22.33 20.26 26.78 -
YUV 126.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 144 116 138 0 0.19 0.04 0.44 312.86 0.11 0.51
Hex 90 74 8A 0 13 4 2C 139 B 33
Octal 220 164 212 0 23 4 54 471 13 63
Binary 10010000 1110100 10001010 0 10011 100 101100 100111001 1011 110011

Color Harmonies of #90748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90748A

Black with #90748A

Text Example


Text Example

White with #90748A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90748A;
 }
 .AnyTagClassName
 {
   color: #90748A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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