#97738A

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

Shades of Mountbatten Pink #97738A

Tints of Mountbatten Pink #97738A

Color information

#97738A (or 0x97738A) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 73 and 8A. RGB value is (151,115,138). Sum of RGB (Red+Green+Blue) = 151+115+138=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 151 - color contains mainly: red. Hex color #97738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97738A is #688C75. Grayscale: #808080. Windows color (decimal): -6851702 or 9073559. OLE color: 9073559.

HSL color Cylindrical-coordinate representation of color #97738A: hue angle of 321.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #97738A is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB151115138-
CMYK00.240.090.41
HSL321.67º14.75%52.16%-
HSV(B)321.67º23.84%59.22%-
XYZ23.4820.6826.8-
YUV128.39133.43144.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.38%
GREEN value IS 115 (45.31% from 255) = 28.47%
BLUE value IS 138 (54.30% from 255) = 34.16%
R=37.38%
G=28.47%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111513800.240.090.41321.6714.7552.16
Hex97738A018929142f34
Octal22716321203011515021764
Binary1001011111100111000101001100010011010011010000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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