Html Css Color HEX #90738D Mountbatten Pink

📋 copy color: '#90738D'

red 144 ◦ green 115 ◦ blue 141

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

Shades of Mountbatten Pink #90738D

Tints of Mountbatten Pink #90738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.75%

 BLUE value IS 141 (55.47% from 255) = 35.25%

R = 36%
G = 28.75%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#90738D (or 0x90738D) is known color: Mountbatten Pink. HEX triplet: 90, 73 and 8D. RGB value is (144,115,141). Sum of RGB (Red+Green+Blue) = 144+115+141=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 144 - color contains mainly: red. Hex color #90738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90738D is #6F8C72. Grayscale: #7E7E7E. Windows color (decimal): -7310451 or 9270160. OLE color: 9270160.

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

Color convert

RGB 144 115 141 -
CMYK 0 0.20 0.02 0.44
HSL 306.21º 0.12% 0.51% -
HSV(B) 306.21º 0.2% 0.56% -
XYZ 22.44 20.11 27.9 -
YUV 126.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 144 115 141 0 0.20 0.02 0.44 306.21 0.12 0.51
Hex 90 73 8D 0 14 2 2C 132 C 33
Octal 220 163 215 0 24 2 54 462 14 63
Binary 10010000 1110011 10001101 0 10100 10 101100 100110010 1100 110011

Color Harmonies of #90738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90738D

Black with #90738D

Text Example


Text Example

White with #90738D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90738D;
 }
 .AnyTagClassName
 {
   color: #90738D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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