#927289

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

Shades of Mountbatten Pink #927289

Tints of Mountbatten Pink #927289

Color information

#927289 (or 0x927289) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 72 and 89. RGB value is (146,114,137). Sum of RGB (Red+Green+Blue) = 146+114+137=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 146 - color contains mainly: red. Hex color #927289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927289 is #6D8D76. Grayscale: #7E7E7E. Windows color (decimal): -7179639 or 9007762. OLE color: 9007762.

HSL color Cylindrical-coordinate representation of color #927289: hue angle of 316.88º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #927289 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB146114137-
CMYK00.220.060.43
HSL316.88º12.8%50.98%-
HSV(B)316.88º21.92%57.25%-
XYZ22.3919.9526.34-
YUV126.19134.1142.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.78%
GREEN value IS 114 (44.92% from 255) = 28.72%
BLUE value IS 137 (53.91% from 255) = 34.51%
R=36.78%
G=28.72%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611413700.220.060.43316.8812.850.98
Hex92728901662B13dd33
Octal2221622110266534751563
Binary100100101110010100010010101101101010111001111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927289; }

 p { color: rgb(146,114,137); }

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

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

 a { background-color: rgb(146,114,137); }

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

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

 span { border-color: rgb(146,114,137); }

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