#91768B

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

Shades of Mountbatten Pink #91768B

Tints of Mountbatten Pink #91768B

Color information

#91768B (or 0x91768B) is unknown color: approx Mountbatten Pink. HEX triplet: 91, 76 and 8B. RGB value is (145,118,139). Sum of RGB (Red+Green+Blue) = 145+118+139=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 145 - color contains mainly: red. Hex color #91768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91768B is #6E8974. Grayscale: #808080. Windows color (decimal): -7244149 or 9139857. OLE color: 9139857.

HSL color Cylindrical-coordinate representation of color #91768B: hue angle of 313.33º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91768B is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB145118139-
CMYK00.190.040.43
HSL313.33º10.93%51.57%-
HSV(B)313.33º18.62%56.86%-
XYZ22.8220.8427.25-
YUV128.47133.95139.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.07%
GREEN value IS 118 (46.48% from 255) = 29.35%
BLUE value IS 139 (54.69% from 255) = 34.58%
R=36.07%
G=29.35%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511813900.190.040.43313.3310.9351.57
Hex91768B01342B139b34
Octal2211662130234534711364
Binary100100011110110100010110100111001010111001110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,118,139); }

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

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

 a { background-color: rgb(145,118,139); }

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

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

 span { border-color: rgb(145,118,139); }

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