#91768A

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

Shades of Mountbatten Pink #91768A

Tints of Mountbatten Pink #91768A

Color information

#91768A (or 0x91768A) is unknown color: approx Mountbatten Pink. HEX triplet: 91, 76 and 8A. RGB value is (145,118,138). Sum of RGB (Red+Green+Blue) = 145+118+138=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 145 - color contains mainly: red. Hex color #91768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91768A is #6E8975. Grayscale: #808080. Windows color (decimal): -7244150 or 9074321. OLE color: 9074321.

HSL color Cylindrical-coordinate representation of color #91768A: hue angle of 315.56º 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 #91768A is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB145118138-
CMYK00.190.050.43
HSL315.56º10.93%51.57%-
HSV(B)315.56º18.62%56.86%-
XYZ22.7420.8126.86-
YUV128.35133.45139.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.16%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=36.16%
G=29.43%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511813800.190.050.43315.5610.9351.57
Hex91768A01352B13cb34
Octal2211662120235534741364
Binary100100011110110100010100100111011010111001111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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