#83537F

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

Shades of Trendy Pink #83537F

Tints of Trendy Pink #83537F

Color information

#83537F (or 0x83537F) is unknown color: approx Trendy Pink. HEX triplet: 83, 53 and 7F. RGB value is (131,83,127). Sum of RGB (Red+Green+Blue) = 131+83+127=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #83537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83537F is #7CAC80. Grayscale: #666666. Windows color (decimal): -8170625 or 8344451. OLE color: 8344451.

HSL color Cylindrical-coordinate representation of color #83537F: hue angle of 305º 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 #83537F is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB13183127-
CMYK00.370.030.49
HSL305º22.43%41.96%-
HSV(B)305º36.64%51.37%-
XYZ16.2812.5421.64-
YUV102.37141.9148.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.42%
GREEN value IS 83 (32.81% from 255) = 24.34%
BLUE value IS 127 (50% from 255) = 37.24%
R=38.42%
G=24.34%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318312700.370.030.4930522.4341.96
Hex83537F025331131162a
Octal2031231770453614612652
Binary100000111010011111111101001011111000110011000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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