#88537A

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

Shades of Trendy Pink #88537A

Tints of Trendy Pink #88537A

Color information

#88537A (or 0x88537A) is unknown color: approx Trendy Pink. HEX triplet: 88, 53 and 7A. RGB value is (136,83,122). Sum of RGB (Red+Green+Blue) = 136+83+122=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 136 - color contains mainly: red. Hex color #88537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88537A is #77AC85. Grayscale: #676767. Windows color (decimal): -7842950 or 8016776. OLE color: 8016776.

HSL color Cylindrical-coordinate representation of color #88537A: hue angle of 315.85º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88537A is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13683122-
CMYK00.390.100.47
HSL315.85º24.2%42.94%-
HSV(B)315.85º38.97%53.33%-
XYZ16.7612.8320-
YUV103.29138.56151.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.88%
GREEN value IS 83 (32.81% from 255) = 24.34%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=39.88%
G=24.34%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368312200.390.100.47315.8524.242.94
Hex88537A027A2F13c182b
Octal21012317204712574743053
Binary10001000101001111110100100111101010111110011110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,83,122); }

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

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

 a { background-color: rgb(136,83,122); }

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

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

 span { border-color: rgb(136,83,122); }

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