#83437C

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

Shades of Trendy Pink #83437C

Tints of Trendy Pink #83437C

Color information

#83437C (or 0x83437C) is unknown color: approx Trendy Pink. HEX triplet: 83, 43 and 7C. RGB value is (131,67,124). Sum of RGB (Red+Green+Blue) = 131+67+124=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 131 - color contains mainly: red. Hex color #83437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83437C is #7CBC83. Grayscale: #5C5C5C. Windows color (decimal): -8174724 or 8143747. OLE color: 8143747.

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

Color convert

RGB13167124-
CMYK00.490.050.49
HSL306.56º32.32%38.82%-
HSV(B)306.56º48.85%51.37%-
XYZ15.0110.2920.27-
YUV92.63145.7155.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.68%
GREEN value IS 67 (26.56% from 255) = 20.81%
BLUE value IS 124 (48.83% from 255) = 38.51%
R=40.68%
G=20.81%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316712400.490.050.49306.5632.3238.82
Hex83437C0315311332027
Octal2031031740615614634047
Binary10000011100001111111000110001101110001100110011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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