#83537D

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

Shades of Trendy Pink #83537D

Tints of Trendy Pink #83537D

Color information

#83537D (or 0x83537D) is unknown color: approx Trendy Pink. HEX triplet: 83, 53 and 7D. RGB value is (131,83,125). Sum of RGB (Red+Green+Blue) = 131+83+125=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #83537D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83537D is #7CAC82. Grayscale: #666666. Windows color (decimal): -8170627 or 8213379. OLE color: 8213379.

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

Color convert

RGB13183125-
CMYK00.370.050.49
HSL307.5º22.43%41.96%-
HSV(B)307.5º36.64%51.37%-
XYZ16.1612.4920.96-
YUV102.14140.9148.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.64%
GREEN value IS 83 (32.81% from 255) = 24.48%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=38.64%
G=24.48%
B=36.87%

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
Decimal1318312500.370.050.49307.522.4341.96
Hex83537D025531134162a
Octal2031231750455614642652
Binary1000001110100111111101010010110111000110011010010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83537D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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