#83537C

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

Shades of Trendy Pink #83537C

Tints of Trendy Pink #83537C

Color information

#83537C (or 0x83537C) is unknown color: approx Trendy Pink. HEX triplet: 83, 53 and 7C. RGB value is (131,83,124). Sum of RGB (Red+Green+Blue) = 131+83+124=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #83537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83537C is #7CAC83. Grayscale: #656565. Windows color (decimal): -8170628 or 8147843. OLE color: 8147843.

HSL color Cylindrical-coordinate representation of color #83537C: hue angle of 308.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83537C is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13183124-
CMYK00.370.050.49
HSL308.75º22.43%41.96%-
HSV(B)308.75º36.64%51.37%-
XYZ16.0912.4720.63-
YUV102.03140.4148.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.76%
GREEN value IS 83 (32.81% from 255) = 24.56%
BLUE value IS 124 (48.83% from 255) = 36.69%
R=38.76%
G=24.56%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318312400.370.050.49308.7522.4341.96
Hex83537C025531135162a
Octal2031231740455614652652
Binary1000001110100111111100010010110111000110011010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83537C; }

 p { color: rgb(131,83,124); }

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

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

 a { background-color: rgb(131,83,124); }

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

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

 span { border-color: rgb(131,83,124); }

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