#92728A

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

Shades of Mountbatten Pink #92728A

Tints of Mountbatten Pink #92728A

Color information

#92728A (or 0x92728A) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 72 and 8A. RGB value is (146,114,138). Sum of RGB (Red+Green+Blue) = 146+114+138=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 146 - color contains mainly: red. Hex color #92728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92728A is #6D8D75. Grayscale: #7E7E7E. Windows color (decimal): -7179638 or 9073298. OLE color: 9073298.

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

Color convert

RGB146114138-
CMYK00.220.050.43
HSL315º12.8%50.98%-
HSV(B)315º21.92%57.25%-
XYZ22.4619.9826.72-
YUV126.3134.6142.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.68%
GREEN value IS 114 (44.92% from 255) = 28.64%
BLUE value IS 138 (54.30% from 255) = 34.67%
R=36.68%
G=28.64%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611413800.220.050.4331512.850.98
Hex92728A01652B13bd33
Octal2221622120265534731563
Binary100100101110010100010100101101011010111001110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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