#92738A

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

Shades of Mountbatten Pink #92738A

Tints of Mountbatten Pink #92738A

Color information

#92738A (or 0x92738A) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 73 and 8A. RGB value is (146,115,138). Sum of RGB (Red+Green+Blue) = 146+115+138=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 146 - color contains mainly: red. Hex color #92738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92738A is #6D8C75. Grayscale: #7E7E7E. Windows color (decimal): -7179382 or 9073554. OLE color: 9073554.

HSL color Cylindrical-coordinate representation of color #92738A: hue angle of 315.48º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #92738A is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB146115138-
CMYK00.210.050.43
HSL315.48º12.45%51.18%-
HSV(B)315.48º21.23%57.25%-
XYZ22.5720.2126.76-
YUV126.89134.27141.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.59%
GREEN value IS 115 (45.31% from 255) = 28.82%
BLUE value IS 138 (54.30% from 255) = 34.59%
R=36.59%
G=28.82%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611513800.210.050.43315.4812.4551.18
Hex92738A01552B13bc33
Octal2221632120255534731463
Binary100100101110011100010100101011011010111001110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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